plot.PiecewiseLinear {SiZer} | R Documentation |
Plots a piecewise linear model
Description
Plots a piecewise linear model
Usage
## S3 method for class 'PiecewiseLinear'
plot(x, xlab = "X", ylab = "Y", ...)
Arguments
x |
A |
xlab |
The label for the x-axis |
ylab |
The label for the y-axis |
... |
Any further options to be passed to the |
[Package SiZer version 0.1-8 Index]