dim,functional_variable-method | R Documentation |
Extract the dimensionality of slot X of functional_variable object.
## S4 method for signature 'functional_variable'
dim(x)
x |
a |
Retruns a 2-element numeric vector.
Heyang Ji
fv = functional_variable(X=array(rnorm(12),dim = 4:3),period = 3)
dim(fv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.