Commit the man pages and make aggregate public again

This commit is contained in:
2018-07-25 21:38:48 +02:00
parent 51f152cca4
commit 052d6edc75
41 changed files with 1659 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/layers.metabarcoding.R
\docType{methods}
\name{[[,metabarcoding.data-method}
\alias{[[,metabarcoding.data-method}
\alias{double-open-brace-methods,metabarcoding.data}
\title{Returns the a layer associated to a \code{\link{metabarcoding.data}}}
\usage{
\method{[[}{unmutable}(x,i)
}
\arguments{
\item{x}{a \code{\link{metabarcoding.data}} instance}
}
\value{
matrix or a factor.
}
\description{
[[ operator Extracts a layer
attached to a \code{\link{metabarcoding.data}} instance.
}