generate_curve_vector {funMoDisco} | R Documentation |
Generate Curve Vector from FD Object
Description
This function generates a curve vector from a functional data (fd) object, with a specified step size and optional derivative.
Usage
generate_curve_vector(fd_curve, step_by = 1, Lfdobj = 0)
Arguments
fd_curve |
A functional data object from which to generate the curve. |
step_by |
A numeric value indicating the step size for generating the curve. |
Lfdobj |
A numeric value indicating the order of the derivative to compute. Default is 0 (no derivative). |
Details
Generate Curve Vector
Value
A numeric vector representing the generated curve.
[Package funMoDisco version 1.0.0 Index]