ccomp-class | R Documentation |
"ccomp"
The S4-version of the data container "ccomp" for compositional data. More information in
ccomp
A virtual Class: No objects may be directly created from it.
This is provided to ensure that ccomp objects behave as data.frame or structure under certain circumstances. Use ccomp
to create these objects.
.Data
:Object of class "list"
containing the data itself
names
:Object of class "character"
with column names
row.names
:Object of class "data.frameRowLabels"
with row names
.S3Class
:Object of class "character"
with the class string
Class "data.frame"
, directly.
Class "compositional"
, directly.
Class "list"
, by class "data.frame", distance 2.
Class "oldClass"
, by class "data.frame", distance 2.
Class "vector"
, by class "data.frame", distance 3.
signature(from = "ccomp", to = "data.frame")
: to generate a data.frame
signature(from = "ccomp", to = "structure")
: to generate a structure (i.e. a vector, matrix or array)
signature(from = "ccomp", to = "data.frame")
: to overwrite a composition with a data.frame
see ccomp
Raimon Tolosana-Delgado
see ccomp
see ccomp
showClass("ccomp")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.