funData2list: Convert 'funData::funData' objects into the right format.

View source: R/utils.R

funData2listR Documentation

Convert funData::funData objects into the right format.

Description

Convert funData::funData objects into the right format.

Usage

funData2list(data, norm = TRUE)

Arguments

data

An object of the class funData::funData.

norm

Boolean, if TRUE, the sampling points are normalized on [0, 1].

Value

List, where each element represents a curve. Each curve is defined as a list with two entries:

  • $t Sampling points

  • $x Observed points

References

C. Happ-Kurz (2020) Object-Oriented Software for Functional Data. Journal of Statistical Software, 93(5): 1-38 .


StevenGolovkine/funestim documentation built on June 15, 2022, 3:42 a.m.