Convert funData
objects into right format for this package
funData2list(data, norm = TRUE)
data | An object of the class |
---|---|
norm | Boolean, if TRUE, the sampling are normalized on \([0, 1]\) |
A list, where each element represents a curve. Each curve is defined as a list with two entries:
$t The sampling points
$x The observed points