print.webglobe {webglobe}R Documentation

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 class 'webglobe'
print(x, ...)

Arguments

x

The webglobe

...

Ignored

Value

NA

Examples

## Not run: 
library(webglobe)
wg<-webglobe()
wg

## End(Not run)


[Package webglobe version 1.0.3 Index]