ggplot2Plot: R6 Class employing shiny::renderPlot & shiny::plotOutput

ggplot2PlotR Documentation

R6 Class employing shiny::renderPlot & shiny::plotOutput

Description

An instance of this class is used in similar way to shiny::renderPlot & shiny::plotOutput

Format

An R6::R6Class object.

Methods

Public methods


Method new()

Usage
ggplot2Plot$new(.label_)

Method ui_input()

Usage
ggplot2Plot$ui_input(.tag_ = "UI_input")

Method ui_output()

Usage
ggplot2Plot$ui_output(.tag_ = "UI_output", .height_ = "700px")

Method ui_render_output()

Usage
ggplot2Plot$ui_render_output(.tag_ = "UI_render_output")

Method server()

Usage
ggplot2Plot$server(input, output, session, .plot_)

Method get_uiInId()

Usage
ggplot2Plot$get_uiInId()

Method get_uiOtId()

Usage
ggplot2Plot$get_uiOtId()

Method get_uiRdOtId()

Usage
ggplot2Plot$get_uiRdOtId()

Method clone()

The objects of this class are cloneable with this method.

Usage
ggplot2Plot$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


W-Mohammed/ShinyPSA documentation built on April 24, 2022, 6:57 p.m.