R/plotting_functions.R
plot_indicator_values.Rd
plot_volume_contraction()
is a thin wrapper around
plot_indicator_values()
, specificying the y-axis label
plot_total_variance()
is a thin wrapper around
plot_indicator_values()
, specificying the y-axis label
plot_indicator_values(indicator_values, y_label = "Volume Contraction", line_size = 1, base_size = 16, plot_file = NULL, width = 6, height = NULL) plot_volume_contraction(volume_contraction, line_size = 1, base_size = 16, plot_file = NULL, width = 6, height = NULL) plot_total_variance(total_variance, line_size = 1, base_size = 16, plot_file = NULL, width = 6, height = NULL)
indicator_values | a vector of the numerical metric. It is expected that the names are coerciable into Date format |
---|---|
y_label | The label for the y-axis of the resulting plot |
line_size | the line width for the plot |
base_size | the base font size |
plot_file | the filepath to where to save the plot; if |
width | width of the saved plot |
height | height of the saved plot |
volume_contraction | the volume contraction values to plot |
total_variance | the total variance values to plot |
A ggplot object of the plot