discrete2curve {fdasrvf} | R Documentation |
Converts a curve from matrix to functional data object
Description
Converts a curve from matrix to functional data object
Usage
discrete2curve(beta)
Arguments
beta |
A numeric matrix of size |
Value
A function that takes a numeric vector s
of values in [0,
1]
as input and returns the values of the original curve at s
.
Examples
discrete2curve(beta[, , 1, 1])
[Package fdasrvf version 2.3.1 Index]