liveplotshiny: Wrapper functions for 'liveplot' in 'shiny'

Description Usage Arguments

Description

Use leafletOutput() to create a UI element, and renderLeaflet() to render the widget.

Usage

1
2
3
liveplotOutput(outputId, width = "200px", height = "10px")

renderliveplot(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

character output variable to read from.

width

numeric width of the map (see shinyWidgetOutput).

height

numeric height of the map (see shinyWidgetOutput).

expr

An expression that generates an HTML widget.

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote()). This is useful if you want to save an expression in a variable.


ropenscilabs/realtime documentation built on May 29, 2019, 8:50 a.m.