prPhConfIntPlot: Plots the confidence intervals

View source: R/private_plotHR.R

prPhConfIntPlotR Documentation

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


Greg documentation built on Nov. 16, 2022, 5:06 p.m.