Plot spline basis functions by lines in different colors.
Arguments
- x
A
splines2object.- y
An argument that is not used.
- from, to
Two numbers representing the start and end point for the plot, respectively.
- n
An integer, the number of x values at which to evaluate.
- coef
A numeric vector specifying the coefficients of the spline basis functions. If it is
NULL(by default), the spline basis functions will be plotted. Otherwise, the resulting spline function will be plotted.- mark_knots
A character vector specifying if knot placement should be indicated by vertical lines.
- ...
Additional arguments (other than
xandy) that would be passed tomatplot().