shadedPlot | R Documentation |
Shaded plot (or prediction interval plot).
shadedPlot(
x,
output,
colour = NULL,
strat_extra = NULL,
level = 0.9,
alpha = 0.25
)
x |
data frame |
output |
variable to show |
colour |
variable(s) to colour |
strat_extra |
variable(s) to stratify, but not to colour (useful for use with facet_wrap) |
level |
PI level, default is 0.9 (90% PI) |
alpha |
alpha parameter (transparency) given to geom_ribbon |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.