generate_curve_vector | R Documentation |
This function generates a curve vector from a functional data (fd) object, with a specified step size and optional derivative.
generate_curve_vector(fd_curve, step_by = 1, Lfdobj = 0)
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). |
Generate Curve Vector
A numeric vector representing the generated curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.