High-Performance Open-Source Archive
library(ezplot)
suppressPackageStartupMessages(library(tsibble))
library(tsibbledata)
library(ggplot2)variable_plot(ansett, "Week", "Passengers", facet_x = "Class")
#> Warning: Removed 107 rows containing missing values or values outside the scale range
#> (`geom_line()`).variable_plot(ansett, "Week", "Passengers", facet_x = "Class", yoy = TRUE)
#> Warning: Removed 107 rows containing missing values or values outside the scale range
#> (`geom_line()`).variable_plot(subset(hh_budget, Year > 2013), "Year",
c("Debt\n(% of disposable income)" = "Debt",
"Expenditure\nGrowth (%)" = "Expenditure",
"Unemployment (%)" = "Unemployment"),
facet_x = "Country", geom = "bar")variable_plot(subset(hh_budget, Year > 2013), "Year",
c("Debt\n(% of disposable income)" = "Debt",
"Expenditure\nGrowth (%)" = "Expenditure",
"Unemployment (%)" = "Unemployment"),
group = "Country", geom = "bar")
Need mirroring services?
Contact our team at info@vpspulse.com.
Mirror powered by VPSpulse
Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.