Plot method for basis.auto objects
# S3 method for basis.auto
plot(
x,
which = c("all", "fourier", "pspline"),
show.original = TRUE,
max.curves = 20,
...
)A ggplot object (invisibly).
A basis.auto object.
Which curves to plot: "all" (default), "fourier", or "pspline".
Logical. If TRUE (default), overlay original data.
Maximum number of curves to plot (default 20).
Additional arguments passed to ggplot.