View source: R/helperfunctions_results.R
funData2DataFrame | R Documentation |
This function transform a funData object to a data.frame so that it is easy to plot it using ggplot. It internally checks if the object is a multiFunData object.
funData2DataFrame(fundata)
fundata |
FunData or MultiFundata object to transform. |
A data.frame with four variables
t
(num): the functional argument.
y
(num): the functional value.
dim
(int): the number of the dimension (position in the
multiFunData object).
obs
(int): the number of the observation in the funData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.