plot.biso: Plot a biso object

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Plots the data and the fit a Bayesian monontoic regression function (with optional confidence bands)

Usage

1
2
## S3 method for class 'biso'
plot(x, xnew, cl = TRUE, add = FALSE, color ="red", ...)

Arguments

x

a biso object

xnew

x values at which to plot the regression fit. If missing, the function uses the orginal x values

cl

plot confidence bands (default is TRUE)

add

add a line to the existing plot rather than create a new plot (default is FALSE)

color

color of the fitted line (default is red)

...

other options to pass to the plotting functions

Details

None.

Value

Returns a plot.

Note

None.

Author(s)

S. McKay Curtis

References

None.

See Also

bisoreg

Examples

1
## See examples for bisoreg

bisoreg documentation built on June 25, 2018, 9:03 a.m.