We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5126b72 commit aa121d3Copy full SHA for aa121d3
R/autoplot.R
@@ -236,7 +236,7 @@ plot_bands <- function(
236
alpha = 0.6,
237
linewidth = 0.05) {
238
innames <- names(predictions)
239
- na_levels <- length(levels)
+ n_levels <- length(levels)
240
alpha <- alpha / (n_levels - 1)
241
# generate the corresponding level that is 1 - level
242
levels <- (1 - levels) / 2
0 commit comments