Learn R Programming

webglobe (version 1.0.3)

webglobe: 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

Run this code
# NOT RUN {
library(webglobe)
wg<-webglobe(immediate=TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab