# Read simulation data from the mrangr package
simulated_com <- get_simulated_com()
# Plot
plot_series(simulated_com)
plot_series(simulated_com, x = 5:12, y = 1:5)
plot_series(simulated_com, time = 1:5)
plot_series(simulated_com, trans = log1p)
Run the code above in your browser using DataLab