Learn R Programming

webglobe (version 1.0.3)

print.webglobe: Display a webglobe

Description

Displays a webglobe. If the webglobe is immediate, then a browser window containing it should already be open; in this case, the webglobe's address is returned. If the webglobe is not immediate then a new browser is open and the cached pipeline is sent to it.

Usage

# S3 method for webglobe
print(x, ...)

Arguments

x

The webglobe

...

Ignored

Value

NA

Examples

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

Run the code above in your browser using DataLab