mfdata | R Documentation |
mfdata is a list with fdata type of object:
...
fdata objects of class fdata
with n rows.
mfdata(...)
## S3 method for class 'mfdata'
names(x)
## S3 method for class 'mfdata'
subset(x, subset, ...)
... |
Further arguments passed to methods. |
x |
object of class |
subset |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.