tests/testthat/_snaps/create_stick_plot.md

create_stick_plot() aes_x aes_y

Code
  a_plot <- RplotterPkg::create_stick_plot(df = RplotterPkg::air_passengers,
  aes_x = "time", aes_y = "value", title = "Monthly Totals of International Airline Passengers",
  subtitle = "1949 - 1960 (classic Box & Jenkins)", x_title = "Time", y_title = "Totals",
  x_major_date_breaks = "1 year", x_date_labels = "%Y", rot_y_tic_label = TRUE,
  show_minor_grids = FALSE, bold_y = 0)


deandevl/RplotterPkg documentation built on March 1, 2025, 11:17 a.m.