f_plot: Plot functional data

View source: R/f_plot.R

f_plotR Documentation

Plot functional data

Description

This function plots functional data on a time grid

Usage

f_plot(t, f)

Arguments

t

A numeric vector of length M specifying the common grid on which all curves f have been observed.

f

A numeric matrix of shape M \times N specifying a sample of N curves observed on a grid of size M.


fdasrvf documentation built on Oct. 5, 2024, 1:08 a.m.