plotPOFD {fdaPOIFD}R Documentation

Plot Partially Observed Functional Data

Description

Plot the sample of partially observed curves and the proportion of observed functions.

Usage

plotPOFD(data)

Arguments

data

matrix p by n, being n the number of functions and p the number of grid points.

Value

Plot of the partially observed functional data and the proportion of observed functions at each time point.

Examples

data(exampleData)
plotPOFD(exampleData$PoFDextremes)


[Package fdaPOIFD version 1.0.3 Index]