Title

hc_add_beast(
  hc,
  data = data,
  x = "date_game",
  y = "minutes",
  name = NULL,
  group = NULL,
  size = NULL,
  image = NULL,
  link = NULL,
  id_column = NULL,
  opacity = 1,
  type = "line",
  color_type = "discrete",
  color_palette = NULL,
  season = c("harmonic", "dummy", "svd", "none"),
  detrend = FALSE,
  deseasonalize = FALSE,
  mcmc.seed = 0,
  mcmc.burnin = 200,
  mcmc.chains = 3,
  mcmc.thin = 5,
  mcmc.samples = 8000,
  minimum_data_points = 15,
  use_fast = T,
  file_path = NULL,
  point_size = 0,
  ...
)

Arguments

...

Value