Skip to contents

Results are plotted as a tower of plots, one on top of another

Value

a ggplot class

a ggplot class

A list of all built plots

A tower with all plots aligned

Methods


Method new()

Initialise the OutputPlotter class

Usage

OutputPlotter$new(data, plot_context, thresholds)

Arguments

data

a dataframe with the LBI indicators

plot_context

A R6 object or named List with parameteres that allow customising certain aspects of the plot

thresholds

A name list with the thresholds against which the LBI indicators will be copmared


Method build_plots()

Build a tower of plots

Usage

OutputPlotter$build_plots()


Method clone()

The objects of this class are cloneable with this method.

Usage

OutputPlotter$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.