Learn R Programming

Greg (version 1.2)

prPhConfIntPlot: Plots the confidence intervals

Description

Uses polygon or lines to plot confidence intervals.

Usage

prPhConfIntPlot(model_data, color, polygon, lwd, lty)

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

Value

void The function performs the print