Autoplot spline basis instances
# S3 method for class 'basis'
autoplot(object, data, n = 256, ...)
spline basis object
x-values at which to evaluate the splines. Optional. By default, an evenly spaced sequence of 256 values covering the range of the splines will be used.
If data is not provided, instead use an evenly-spaced sequence of x-values of this length (plus one, since both endpoints are included). If data is provided, this argument is ignored.
Ignored.
ggplot