PlotTimeseries: Plots a time series

Description Usage Arguments

Description

Plots a time series

Usage

1
2
3
4
PlotTimeseries(dt, start_year = NULL, end_year = NULL, y_value_label,
  x_value_label, func_group_name, fleet_group_name, true_year_beginning,
  save_plot_folder, plot_height_inches, plot_width_inches, units,
  wrangle_function = NULL, ...)

Arguments

dt

The data table contain the data

start_year

The year from which to select data where the years run from 1 to the number of years of the simulation

end_year

The year upto which to select data where the years run from 1 to the number of years of the simulation#' @param end_year

y_value_label

The y-axis label for the plot

x_value_label

The x-axis label for the plot

func_group_name

If required, the functional group name to be plotted

fleet_group_name

If required, the fleet group name to be plotted

true_year_beginning

The actual date year that is the start of the simulation

save_plot_folder

The path to the plots folder which will contain folders for each plot type and inside them the plots created using this function

plot_height_inches

The number of inches high for the produced plot

plot_width_inches

The number of inches wide for the produced plot

units

The units of the y-axis

wrangle_function

Set to the type of data manipulation you want depending on the plot you are creating

...

Not used in this function


MarkPlatts/mser documentation built on May 29, 2019, 2:32 p.m.