Shaded plot (or prediction interval plot).
shadedPlot( x, output, colour = NULL, strat_extra = NULL, level = 0.9, alpha = 0.25 )
x
: data frameoutput
: variable to showcolour
: variable(s) to colourstrat_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_ribbona ggplot object
Useful links