plot.PiecewiseLinear: Plots a piecewise linear model

View source: R/piecewise.linear.R

plot.PiecewiseLinearR 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 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


SiZer documentation built on July 10, 2022, 1:05 a.m.