ENARotationSet {rENA} | R Documentation |
ENARotationSet R6class
Description
ENARotationSet R6class
ENARotationSet R6class
Public fields
rotation
TBD
node.positions
TBD
codes
TBD
eigenvalues
TBD Create ENARotationSet
Methods
Public methods
Method new()
Usage
ENARotationSet$new(rotation, codes, node.positions, eigenvalues = NULL)
Arguments
rotation
TBD
codes
TBD
node.positions
TBD
eigenvalues
TBD
Returns
ENARotationsSet
Method clone()
The objects of this class are cloneable with this method.
Usage
ENARotationSet$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package rENA version 0.2.7 Index]