Learn R Programming

animaltracker (version 0.2.0)

reactivePlot: 'shiny' module server-side UI generator for the animaltracker app's summary statistics tables.

Description

'shiny' module server-side UI generator for the animaltracker app's summary statistics tables.

Usage

reactivePlot(input, output, session, plot_type, dat)

Arguments

input

'shiny' server input, automatically populated

output

'shiny' server output, automatically populated

session

'shiny' server session, automatically populated

plot_type

plot type to generate

dat

animal data frame

Value

'shiny' renderPlot object