as.data.frame: Convert "compositions" classes to data frames
Description
Convert a compositional object to a dataframe
Usage
## S3 method for class 'acomp':
as.data.frame(x,\dots)
## S3 method for class 'rcomp':
as.data.frame(x,\dots)
## S3 method for class 'aplus':
as.data.frame(x,\dots)
## S3 method for class 'rplus':
as.data.frame(x,\dots)
## S3 method for class 'rmult':
as.data.frame(x,\dots)
data(SimulatedAmounts)
as.data.frame(acomp(sa.groups))
# The central perpose of providing this command is that the following# works properly:data.frame(acomp(sa.groups),groups=sa.groups.area)