tf-package | R Documentation |
tf
is a light-weight package with few dependencies that
provides the class definitions and methods infrastructure for tidyfun
–
tf
gives you:
new S3 data types for representing (vectors of) functional data:
tfd()
& tfb()
arithmetic operators for such data (Ops.tf()
),
simple descriptive statistics: e.g. mean.tf()
, median.tf()
base graphics functions for such data: plot.tf()
functions to do smoothing (tf_smooth.tfd()
),
differentiation tf_derive.tfd()
) and integration (tf_derive.tfd()
)
The goal of the add-on package tidyfun
is to make data wrangling and
exploratory analysis for functional data in R
quick and easy, using
tidyverse
syntax and standards.
Please also install tidyfun
for the full functionality to
access the full documentation including a number of vignettes and case
studies, or visit the tidyfun
website.
Maintainer: Fabian Scheipl fabian.scheipl@googlemail.com (ORCID)
Authors:
Jeff Goldsmith
Other contributors:
Julia Wrobel (ORCID) [contributor]
Maximilian Muecke (ORCID) [contributor]
Sebastian Fischer (ORCID) [contributor]
Trevor Hastie (softImpute author) [contributor]
Rahul Mazumder (softImpute author) [contributor]
Chen Meng (mogsa author) [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.