dim,functional_variable-method {MECfda} | R Documentation |
Extract dimensionality of functional data.
Description
Extract the dimensionality of slot X of functional_variable object.
Usage
## S4 method for signature 'functional_variable'
dim(x)
Arguments
x |
a |
Value
Retruns a 2-element numeric vector.
Author(s)
Heyang Ji
Examples
fv = functional_variable(X=array(rnorm(12),dim = 4:3),period = 3)
dim(fv)
[Package MECfda version 0.2.0 Index]