barplot: Server function of the 'barplot' module

View source: R/barplot.R

barplotR Documentation

Server function of the barplot module

Description

Display grouped, stacked or overlaid bars for a matrix

Usage

barplot(input, output, session, getPlotmatrix, getYLabel, barmode = "stack")

Arguments

input

Input object

output

Output object

session

Session object

getPlotmatrix

Reactive supplying a matrix to plot

getYLabel

Reactive supplying the Y axis label

barmode

Bar mode: 'stack', 'group' or 'overlay'


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.