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
complr
.- row.names, optional
Unused and only added for consistency with the
as.data.frame
generic.- ...
generic argument, not in use.