fdframe: Functional Data Frame

Description Usage Arguments Examples

View source: R/fdframe.R

Description

This function is used to create multivariate functional data frame objects to be used in combination with the functions in the package bigdatadist.

Usage

1
fdframe(t, Y)

Arguments

t

abscissa values at which observations took place.

Y

matrix with functions in columns and observations in rows.

Examples

1
2
3
t = 1:10; Y = cbind(sin(t),cos(t))
fdata = fdframe(t,Y)
plot(fdata, xlab='Time', ylab='')

bigdatadist documentation built on May 2, 2019, 11:06 a.m.