powered by
mfdata is a list with fdata type of object:
... fdata objects of class fdata with n rows.
...
fdata
mfdata(...)# S3 method for mfdata names(x)# S3 method for mfdata subset(x, subset, ...)
# S3 method for mfdata names(x)
# S3 method for mfdata subset(x, subset, ...)
Further arguments passed to methods.
object of class mfdata
mfdata
subset
data(tecator) ab0 <- tecator$absorp.fdata ab1 <- fdata.deriv(ab0) ab2 <- fdata.deriv(ab0,nderiv=2) mdat <- mfdata(ab0, ab1, ab2) is.ldata(mdat) class(mdat) plot(mdat[[1]]) plot(mdat[[2]]) plot(mdat)
Run the code above in your browser using DataLab