View source: R/private_plotHR.R
prPhConfIntPlot | R Documentation |
Uses polygon()
or
lines()
to plot confidence
intervals.
prPhConfIntPlot(model_data, color, polygon, lwd, lty)
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 |
lty |
Line type - see |
void
The function performs the print
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.