generate_curve_vector: Generate Curve Vector from FD Object

View source: R/S4_utilities.R

generate_curve_vectorR 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.


funMoDisco documentation built on April 16, 2025, 1:10 a.m.