plots a confidence interval around an x-y plot (e.g. a timeseries)
Source:R/ciEnvelope.R
ciEnvelope.Rdplots a confidence interval around an x-y plot (e.g. a timeseries)
Arguments
- x
Vector defining CI center
- ylo
Vector defining bottom of CI envelope
- yhi
Vector defining top of CI envelope
- ...
Further arguments passed on to
graphics::polygon