Constructor for functional data objects, first argument (argvals) passed as list or vector of numerics
funData(argvals, X)
A list of numeric vectors or a single numeric vector, giving the sampling points in the domains. See Details.
An array of dimension \(N \times M\) (for one-dimensional
domains, or \(N \times M_1 \times \ldots \times M_d\) for higher-dimensional domains), giving the observed values for
\(N\) individuals. Missing values can be included via NA
. See
Details.
funData