plot.PiecewiseLinear: Plots a piecewise linear model
Description
Plots a piecewise linear model
Usage
# S3 method for PiecewiseLinear
plot(x, xlab = "X", ylab = "Y", ...)
Arguments
- x
A PiecewiseLinear
object
- xlab
The label for the x-axis
- ylab
The label for the y-axis
- ...
Any further options to be passed to the plot
function