autolayer.recommendation: Automatically create the required layers for a recommendation...

Description Usage Arguments

View source: R/ggplot.autolayer.R

Description

Automatically create the required layers for a recommendation object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'recommendation'
autolayer(
  x,
  color = "green",
  fill = color,
  alpha = 0.2,
  se.fit = T,
  level = 0.95,
  ...
)

Arguments

x

recommendation

color

color to use for the line

fill

fill color to use for the ribbon

alpha

alpha level for the ribbon

se.fit

plot a confidence band around the prediction?

level

level for the confidence band

...

extra arguments


tdmore-dev/tdmore documentation built on Jan. 1, 2022, 3:21 a.m.