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 Jan. 18, 2025, 7:09 p.m.