renderGlobe: Render a WebGL Globe

Description Usage Arguments Author(s)

Description

Render a WebGL Globe.

Usage

1
2
  renderGlobe(expr, width = "auto", height = "auto",
    env = parent.frame(), quoted = FALSE, precision = 3)

Arguments

expr

The expression to be evaluated which should produce Web GL Globe

width

Either "auto", in which case the width will be calculated (reactively) based on the size of the glOutput element associated with this function, or a numeric value representing the width of the desired WebGL globe in pixels.

height

The height of the WebGL scene. See width for details.

env

The environment in which expr should be evaluated.

quoted

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

Author(s)

Jeff Allen jeff@trestletech.com


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