flex.multiTabPlotly: Generate multi-tab list of plotly figures for flexdashboard

View source: R/flex_functions.R

flex.multiTabPlotlyR Documentation

Generate multi-tab list of plotly figures for flexdashboard

Description

Prepares list of ggplot handles as plotly figures for multi-tab presentation in flexdashboards.

Usage

flex.multiTabPlotly(plt.list, plt.list.name, fig.width = 5, fig.height = 5)

Arguments

plt.list

list of ggplot handles

plt.list.name

list name

fig.width

Numeric. Figure width. Default is 5.

fig.height

Numeric. Figure width. Default is 5.

Value

flexdashboard compatable list of plots


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.