plot.box is a utility method that allows to plot low level boxes for riskyr plots.
# S3 method for box
plot(x, cur_freq = freq, lbl_txt = txt, col_pal = pal, ...)The box (i.e., an object of class box) to be plotted.
Current frequency information
(see freq for details).
Current text information
(see txt for details).
Current color palette
(see pal for details).
Additional (graphical) parameters to be passed to the underlying plotting functions.
plot.riskyr also uses the text settings
specified in the "riskyr" object.
Other utility functions:
as_pb(),
as_pc()