nxtIRF: Launches the NxtIRF Graphics User Interface using Shiny...

Description Usage Arguments Value Examples

View source: R/dash.R

Description

This function launches the NxtIRF interactive app using Shiny Dashboard

Usage

1
nxtIRF(mode = c("dialog", "browser"), width = 1600, height = 900)

Arguments

mode

(default "dialog") "dialog" displays NxtIRF in a dialog box with specified width and height. "browser" opens NxtIRF in a browser- like resizable window.

width, height

If mode is set to "dialog", the specified width and height of the NxtIRF app.

Value

An interactive shinydashboard NxtIRF app runs.

Examples

1
2
3
4
5
6
7
8
9
if(interactive()) {

# Launches interactive ShinyDashboard NxtIRF app as fixed-size dialog box
    nxtIRF(mode = "dialog", width = 1600, height = 900) 

# Launches interactive ShinyDashboard NxtIRF app as browser window
    nxtIRF(mode = "browser")

}

alexchwong/NxtIRF documentation built on Dec. 19, 2021, 12:31 a.m.