plot.bands: Plots prediction bands for new observations

Description Usage Arguments Value Examples

View source: R/base_functions.R

Description

Plots prediction bands for new observations

Usage

1
2
## S3 method for class 'bands'
plot(bands, ynew = NULL)

Arguments

bands

# Predicted bands fitted using predict.predictionBands

ynew

# (optional) response values of new samples

Value

# ggplot object with a plot of the predicition bands (together with ynew if these are available)

Examples

1

rizbicki/predictionBands documentation built on July 29, 2021, 2:01 a.m.