Extract amounts and compositions in conventional formats as data.frames, matrices, or arrays.
Source:R/complr-methods.R
as.data.frame.complr.Rd
Extract amounts and compositions in conventional formats as data.frames, matrices, or arrays.
Usage
# S3 method for class 'complr'
as.data.frame(x, ...)
# S3 method for class 'complr'
as.matrix(x, ...)
Arguments
- x
An object of class
complr
.- ...
generic argument, not in use.
- row.names, optional
Unused and only added for consistency with the
as.data.frame
generic.