webglobe {webglobe} | R Documentation |
Make a new webglobe
Description
Constructs a new webglobe and starts its server
Usage
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
## Not run:
library(webglobe)
wg<-webglobe(immediate=TRUE)
## End(Not run)
[Package webglobe version 1.0.3 Index]