MboShiny: MboShiny

Description Public fields Methods

Description

This class transforms inputs into shiny uis.

Public fields

mbo_plot

(MboPlot)
Object of class MboPlot.

Methods

Public methods


Method new()

Creates a new instance of this R6 class.

Usage
MboShiny$new(mbo_plot)
Arguments
mbo_plot

(MboPlot).


Method generatePlotParamUi()

Generates ui elements of all parameters in the parameter set. The html elements are attached to the object which calls the function.

Usage
MboShiny$generatePlotParamUi()
Arguments
silent

(logical()) If TRUE, the output will only be saved in the object and not be returned.

Returns

(html).


Method generateSummaryTable()

Generates a table of the MboSummary. The html elements are attached to the object which calls the function.

Usage
MboShiny$generateSummaryTable()
Returns

(html).


Method clone()

The objects of this class are cloneable with this method.

Usage
MboShiny$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


PhilippScheller/VisBayesOpt documentation built on Sept. 14, 2020, 12:47 p.m.