Skip to contents

A class that holds all the aspects that shape the final plot visualising the results from the LBI algorithm.

Methods


Method new()

Initialise the PlotContext class. Default values for the input parameters are enough to graph the results for the first time.

Usage

PlotContext$new(
  main_title_size = 15,
  main_title = "LBI Scores",
  threshold_line_width = 1.2,
  x_title_size = 18,
  x_text_size = 12,
  x_text_angle = 90,
  y_title_size = 18,
  y_text_size = 12,
  y_text_angle = 0
)


Method clone()

The objects of this class are cloneable with this method.

Usage

PlotContext$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.