powered by
This function is used to create multivariate functional data frame objects to be used in combination with the functions in the package bigdatadist.
bigdatadist
fdframe(t, Y)
abscissa values at which observations took place.
matrix with functions in columns and observations in rows.
# NOT RUN { t = 1:10; Y = cbind(sin(t),cos(t)) fdata = fdframe(t,Y) plot(fdata, xlab='Time', ylab='') # }
Run the code above in your browser using DataLab