Plot's context details class
PlotContext.Rd
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
)