| CharacterizationPlots {TreatmentPatterns} | R Documentation |
CharacterizationPlots
Description
Class to handle the characterization plots.
Super class
TreatmentPatterns::ShinyModule -> CharacterizationPlots
Methods
Public 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 themenuItem.tag(
character(1))
Tag to use internally ininput.
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
deepWhether to make a deep clone.
[Package TreatmentPatterns version 2.6.7 Index]