plot_curves: Plots curves from a functional dataset with specified basis...

Description Usage Arguments

Description

Given basis functions created by create_basis() and a matrix of coefficients will plot the family of curves on a single plot

Usage

1
2
plot_curves(coef, basis.fns, xlim = c(0, 1), ylim = c(-2, 2), xlab = "",
  ylab = "", ...)

Arguments

coef

vector of matrix of coefficients. Rows correspond to the coefficients of a single functional observation

basis.fns

list of basis functions created by create_basis

xlim

vector of length 2

ylim

vector of length 2

xlab

x label

ylab

y label

...

arguments passed to plot


dan410/sfdasim documentation built on May 14, 2019, 3:34 p.m.