f_plot {fdasrvf}R 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.


[Package fdasrvf version 2.3.1 Index]