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 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


[Package SiZer version 0.1-8 Index]