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,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/layers.metabarcoding.R
\docType{methods}
\name{layer.names,metabarcoding.data-method}
\alias{layer.names,metabarcoding.data-method}
\alias{layer.names-methods,metabarcoding.data}
\title{Returns the names of all the layers}
\usage{
\S4method{layer.names}{metabarcoding.data}(obj)
}
\arguments{
\item{obj}{a \code{\link{metabarcoding.data}} instance}
}
\value{
a vector of type \code{character} containing the
list of all the layer names.
}
\description{
\code{layer.names} extracts the list of all the layer
names attached to a \code{\link{metabarcoding.data}} instance.
}