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)


Try the RplotterPkg package in your browser

Any scripts or data that you put into this service are public.

RplotterPkg documentation built on April 4, 2025, 2:04 a.m.