Usage
as.stcs(x, ...)
## S3 method for class 'default':
as.stcs(x, \dots)
as.mefa(x, ...)
as.Mefa(x, ...)
as.Xtab(x, ...)
## S3 method for class 'default':
as.mefa(x, samp, taxa, \ldots)
## S3 method for class 'array':
as.mefa(x, \ldots)
## S3 method for class 'list':
as.mefa(x, \ldots)
## S3 method for class 'mefa':
as.matrix(x, \ldots)
## S3 method for class 'mefa':
as.array(x, \ldots)
## S3 method for class 'mefa':
as.list(x, \ldots)
## S3 method for class 'stcs':
as.data.frame(x, \ldots)
## S3 method for class 'mefa':
as.data.frame(x, \ldots, fun, name, make.unique = FALSE)
mss(x, name, make.unique = FALSE, ...)
msr(x, name, make.unique = FALSE, ...)
mts(x, name, make.unique = FALSE, ...)
mtr(x, name, make.unique = FALSE, ...)
Arguments
x
an object of class 'mefa'.
samp
a data frame containing rows for samples, or NULL
. See argument xtab.fixed
and details for sample matching options.
taxa
a data frame containing rows for taxa, or NULL
. See argument xtab.fixed
and details for taxa matching options.
fun
a function to determine what to return, see details. It has no default, because the choice is not trivial.
name
optional character vector, names to return if not all possible elements are needed, see details.
make.unique
logical, useful to use make.unique = TRUE
if names to returne are non-unique, dee details.