PlotBoxplot: Plots a box plot

Description Usage Arguments

Description

Plots a box plot

Usage

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

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

wrangle_function

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

y_value_label

The y-axis label for the plot

x_value_label

The x-axis label for the plot

plot_title

Optional The plot title

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

...

If you are using WrangleBoxplotProbability this will be bref


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