prPhConfIntPlot: Plots the confidence intervals
Description
Uses polygon()
or
lines()
to plot confidence
intervals.
Usage
prPhConfIntPlot(model_data, color, polygon, lwd, lty)
Value
void
The function performs the print
Arguments
- model_data
A data frame with 'xvalues', 'upper', and 'lower'
columns.
- color
The color of the line/polygon
- polygon
Boolean indicating polygon or line
- lwd
Line width - see gpar()
- lty
Line type - see gpar()