ggplot2Plot | R Documentation |
An instance of this class is used in similar way to shiny::renderPlot & shiny::plotOutput
An R6::R6Class object.
new()
ggplot2Plot$new(.label_)
ui_input()
ggplot2Plot$ui_input(.tag_ = "UI_input")
ui_output()
ggplot2Plot$ui_output(.tag_ = "UI_output", .height_ = "700px")
ui_render_output()
ggplot2Plot$ui_render_output(.tag_ = "UI_render_output")
server()
ggplot2Plot$server(input, output, session, .plot_)
get_uiInId()
ggplot2Plot$get_uiInId()
get_uiOtId()
ggplot2Plot$get_uiOtId()
get_uiRdOtId()
ggplot2Plot$get_uiRdOtId()
clone()
The objects of this class are cloneable with this method.
ggplot2Plot$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.