Skip to contents

Plot predictions and PI ribbon with ggplot2

Usage

plot_predictions(pred_df, quantile_ribbon = c(0.05, 0.95))

Arguments

pred_df

data.frame of prediction intervals

quantile_ribbon

quantile levels to use for ribbon

Value

ggplot object