PlotBSpline: Plot B-Spline functions

Description Usage Arguments

View source: R/BSplineFunctions.R

Description

Takes some B-Spline basis matrix from GetBSpline() and plots the output. *Note* x must match the x used in GetBSpline(x, ...).

Usage

1
PlotBSpline(x, B, lty = 1:ncol(B), col = 1:ncol(B))

Arguments

x

Same x used in GetBSpline(x, ...).

B

Output from GetBSpline() call.

lty

Line type. Can be single value or range of values.

col

Line colour. Can be single value or range of values.


nclJoshCowley/PSplinesR documentation built on Nov. 19, 2019, 10:29 a.m.