as.data.frame {provenance} | R Documentation |
create a data.frame
object
Description
Convert an object of class compositional
to a
data.frame
for use in the robCompositions
package
Usage
## S3 method for class 'compositional'
as.data.frame(x, ...)
## S3 method for class 'counts'
as.data.frame(x, ...)
Arguments
x |
an object of class |
... |
optional arguments to be passed on to the generic function |
Value
a data.frame
Examples
data(Namib)
Major.frame <- as.data.frame(Namib$Major)
## uncomment the next two lines to plot an error
## ellipse using the robCompositions package:
# library(robCompositions)
# plot(pcaCoDa(Major.frame))
[Package provenance version 4.3 Index]