Learn R Programming

funData (version 1.3-3)

funData-constructor: Constructor for functional data objects, first argument (argvals) passed as list or vector of numerics

Description

Constructor for functional data objects, first argument (argvals) passed as list or vector of numerics

Usage

funData(argvals, X)

Arguments

argvals

A list of numeric vectors or a single numeric vector, giving the sampling points in the domains. See Details.

X

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.

See Also

'>funData