Class to handle the characterization plots.

Super class

TreatmentPatterns::ShinyModule -> CharacterizationPlots

Methods

Inherited methods


Method uiMenu()

Method to include a menuItem to link to the body.

Usage

CharacterizationPlots$uiMenu(
  label = "Characteristics",
  tag = "characteristics"
)

Arguments

label

(character(1))
Label to show for the menuItem.

tag

(character(1))
Tag to use internally in input.

Returns

(menuItem)


Method uiBody()

Method to include a tabItem to include the body.

Usage

CharacterizationPlots$uiBody()

Returns

(tabItem)


Method server()

Method to handle the back-end.

Usage

CharacterizationPlots$server(input, output, session, inputHandler)

Arguments

input

(input)
Input from the server function.

output

(output)
Output from the server function.

session

(session)
Session from the server function.

inputHandler

(inputHandler)
InputHandler class.

Returns

(NULL)


Method clone()

The objects of this class are cloneable with this method.

Usage

CharacterizationPlots$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.