Description Usage Arguments Details Value See Also Examples
This utility function manipulates a mfData
object in order to extract
from the list of its fData
objects ( namely, mfData$fDList
)
the measurement values of each component and stores them into a list.
1 |
mfData |
the multivariate functional dataset in form of |
Given a mfData
of L
components, the function is equivalent to
list( mfData$fDList[[ 1 ]]$values,
...,
mfData$fDList[[ L ]]$values )
.
The function returns the list of values of each fData
object
representing the components of mfData
.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.