plot.biso: Plot a biso object
Description
Plots the data and the fit a Bayesian monontoic regression function (with optional confidence bands)
Usage
# S3 method for biso
plot(x, xnew, cl = TRUE, add = FALSE, color ="red", …)
Arguments
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
Examples
Run this code# NOT RUN {
## See examples for bisoreg
# }
Run the code above in your browser using DataLab