plot_time_series {sectorgap} | R Documentation |
Time series plots
Description
Creates a set of time series plots of the results.
Usage
plot_time_series(
df,
settings = settings,
n_col = 3,
n_sep = 5,
highlighted_area = NULL,
plot_start = NULL,
plot_end = NULL,
file_path = NULL,
title = TRUE,
save = TRUE,
device = "jpg",
width = 10,
height = 3,
units = "in"
)
Arguments
settings |
list with model setting, in the format returned by the
function |
n_col |
number of columns for grid plots |
n_sep |
increments of x axis ticks in years |
highlighted_area |
data frame with two columns called |
plot_start |
start of x axis in years, e.g., |
plot_end |
end of x axis in years, e.g., |
file_path |
file path for plots |
title |
boolean indicating if plots should contain titles |
save |
boolean indicating if plots should be saved, if |
device |
character string with format used in |
width |
plot width in |
height |
plot height in |
units |
units for plot size ( |
Value
nothing