Learn R Programming

fdasrvf (version 2.3.6)

f_plot: 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\).