runScatterplotExample: Run the scatterplot example

Description Usage Arguments Author(s) Examples

Description

Run the scatterplot example form the shinyRGL package.

Usage

1
2
3
  runScatterplotExample(port = 8100L,
    launch.browser = getOption("shiny.launch.browser", interactive()),
    workerId = "")

Arguments

port

The TCP port that the application should listen on. Defaults to port 8100.

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only.

workerId:

Can generally be ignored. Exists to help some editions of Shiny Serv

Author(s)

Michael J. Kane kaneplusplus@gmail.com

Examples

1
2
3
4
## Not run: 
 runScatterplotExample()

## End(Not run)

trestletech/shinyRGL documentation built on May 31, 2019, 7:50 p.m.