funData
is an R
-package that allows users to easily handle functional data. The data is stored in an object-oriented manner using S4 classes and methods.
funData
provides a unified framework for different types of functional data:
Important functionalities include:
ggplot2
The funData
pacakge is available on CRAN
. To install the latest version directly from Github, please use devtools::install_github("ClaraHapp/funData")
(install devtools
before).
The funData
package depends on the R
-packages fields
, foreach
, abind
and methods
.
Please use GitHub issues for reporting bugs or issues.