webglobe: Make a new webglobe

Description Usage Arguments Value Examples

View source: R/webglobe.R

Description

Constructs a new webglobe and starts its server

Usage

1
webglobe(immediate = FALSE)

Arguments

immediate

Whether the webglobe should immediately show the results of graphics commands or additively cache them. 'immediate' mode can be used to experimentally build up a pipeline. Once established this can be stored in a non-immediate webglobe for easy acces later

Value

A webglobe object

Examples

1
2
3
4
5
## Not run: 
library(webglobe)
wg<-webglobe(immediate=TRUE)

## End(Not run)

webglobe documentation built on Sept. 16, 2020, 1:08 a.m.