Description Usage Arguments Value Functions Examples
Currently only implemented for Cort models. Compute, as a Cort object, the projection on a smaller set of dimensions of a Cort object.
1 2 3 4 | project_on_dims(object, dims)
## S4 method for signature 'Cort'
project_on_dims(object, dims)
|
object |
: the tree |
dims |
the set of dimensions |
other cort object
project_on_dims,Cort-method
: Method for the class Cort
1 2 | cop <- Cort(LifeCycleSavings[,1:3])
projection = project_on_dims(cop,c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.