CharacterizationPlots | R Documentation |
Class to handle the characterization plots.
TreatmentPatterns::ShinyModule
-> CharacterizationPlots
uiMenu()
Method to include a menuItem to link to the body.
CharacterizationPlots$uiMenu( label = "Characteristics", tag = "characteristics" )
label
(character(1)
)
Label to show for the menuItem
.
tag
(character(1)
)
Tag to use internally in input
.
(menuItem
)
uiBody()
Method to include a tabItem to include the body.
CharacterizationPlots$uiBody()
(tabItem
)
server()
Method to handle the back-end.
CharacterizationPlots$server(input, output, session, inputHandler)
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.
(NULL
)
clone()
The objects of this class are cloneable with this method.
CharacterizationPlots$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.