Coerce objects of class funData, multiFunData and irregFunData to a data frame.
## S4 method for signature 'funData'as.data.frame(x)## S4 method for signature 'multiFunData'as.data.frame(x)## S4 method for signature 'irregFunData'as.data.frame(x)
Arguments
x: The functional data object that is to be transformed to a data.frame
Returns
A data frame with columns obs (gives index/name of observed curve), argvals1, ... argvalsd with d the dimension of the support and X for the observed values. One-dimensional functions have only argvals1, two-dimensional functions (images) have argvals1 and argvals2, etc.