shinyplots: Dynamic Plots

View source: R/shinyplots.R

shinyplotsR Documentation

Dynamic Plots

Description

Widgets, plotting areas and layouts should be mastered

Usage

shinyplots()

Details

Please note the basic structure of the server input output

Value

Plots

shiny

The shiny web server will run once this function is invoked and will open a web browser. You should learn how this is implemented.

The web server can be studied https://shiny.rstudio.com/tutorial/

Shiny server

When building the server function in the app make sure your remember the three steps:

  1. Must populate the output list

  2. Must use Render functions

  3. Must use the input list

Shiny reactivity

The main engine that drives shiny server is the concept of reactivity this is what makes shiny apps responsive. The concept is a very important one and you must understand it completely by visiting a video and then reading an article.

  1. Please visit Reactivity

  2. Read this informative article

Examples

## Not run:  shinyplots()

MATHSTATSOU/Intro2R documentation built on Feb. 20, 2025, 6:18 a.m.