print.webglobe: Display a webglobe

Description Usage Arguments Value Examples

View source: R/webglobe.R

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

1
2
## S3 method for class 'webglobe'
print(x, ...)

Arguments

x

The webglobe

...

Ignored

Value

NA

Examples

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

## End(Not run)

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