as.data.frame.complr {multilevelcoda} | R Documentation |
Extract Compositional Data from complr
object.
Description
Extract amounts and compositions in conventional formats as data.frames, matrices, or arrays.
Usage
## S3 method for class 'complr'
as.data.frame(x, row.names = NULL, optional = TRUE, ...)
## S3 method for class 'complr'
as.matrix(x, ...)
Arguments
x |
An object of class |
row.names , optional |
Unused and only added for consistency with
the |
... |
generic argument, not in use. |
[Package multilevelcoda version 1.3.0.2 Index]