aplus-class {compositions} | R Documentation |
Class "aplus"
Description
The S4-version of the data container "aplus" for compositional data. More information in
aplus
Objects from the Class
A virtual Class: No objects may be directly created from it.
This is provided to ensure that aplus objects behave as data.frame or structure under certain circumstances. Use aplus
to create these objects.
Slots
.Data
:Object of class
"list"
containing the data itselfnames
:Object of class
"character"
with column namesrow.names
:Object of class
"data.frameRowLabels"
with row names.S3Class
:Object of class
"character"
with the class string
Extends
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.
Methods
- coerce
signature(from = "aplus", to = "data.frame")
: to generate a data.frame- coerce
signature(from = "aplus", to = "structure")
: to generate a structure (i.e. a vector, matrix or array)- coerce<-
signature(from = "aplus", to = "data.frame")
: to overwrite a composition with a data.frame
Note
see aplus
Author(s)
Raimon Tolosana-Delgado
References
see aplus
See Also
see aplus
Examples
showClass("aplus")