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

34
man/motu-methods.Rd Normal file
View File

@@ -0,0 +1,34 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/02_class_metabarcoding.data.R
\docType{methods}
\name{motus,metabarcoding.data-method}
\alias{motus,metabarcoding.data-method}
\alias{motu-methods,metabarcoding.data}
\title{Extracts the MOTU descriptions \code{data.frame}}
\usage{
\S4method{motus}{metabarcoding.data}(obj)
}
\arguments{
\item{obj}{a \code{\link{metabarcoding.data}} instance}
}
\value{
a data.frame containing data about MOTU
}
\description{
Extract the MOTUs description \code{data.frame} from a
\code{\link{metabarcoding.data}} instance.
}
\examples{
# load termite data set from the ROBITools sample data
data(termes)
# Extract the data.frame describing MOTUs
d = motus(termes)
head(d)
}
\seealso{
\code{\link{metabarcoding.data}},
\code{\link{reads}}, \code{\link{samples}}
}