This is the base class for plotting in this package.
new()
Creates a new instance of this R6 class.
MboPlot$new(opt_state, param_set, param_vals)
opt_state
(OptState)
Environment containing necessary information needed during optimization in MBO.
param_set
(ParamSet)
Environment containing necessary parameters for the plot. NOT to be confused with the mbo parameter set.
param_vals
(list)
Named list containing the parameter values.
set_param_vals()
Sets parameter values
MboPlot$set_param_vals(x)
x
(list()
)
clone()
The objects of this class are cloneable with this method.
MboPlot$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.