plot_station_eps: Plot eps data for a station

View source: R/plot_station_eps.R

plot_station_epsR Documentation

Plot eps data for a station

Description

[Deprecated]

Usage

plot_station_eps(
  .fcst,
  SID,
  fcst_dttm,
  type = c("ribbon", "boxplot", "violin", "stacked_prob", "ridge", "spaghetti"),
  x_axis = c("leadtime", "validtime"),
  parameter = "",
  quantiles = c(0.05, 0.25, 0.75, 0.95),
  stack_quantiles = c(0, 0.1, 0.25, 0.5, 0.75, 0.9, 1),
  tz = "",
  obs_column = NULL,
  control_member = "mbr000",
  best_guess_line = ens_median,
  ribbon_colours = NULL,
  line_colour = "black",
  line_size = 0.8,
  smooth_line = FALSE,
  quantile_colours = NULL,
  stack_type = c("column", "area"),
  bar_width = 5,
  ncol = NULL,
  ...
)

andrew-MET/harpVis documentation built on March 11, 2024, 9:34 a.m.