+.webglobe {webglobe} | R Documentation |
Send command
Description
Send a command to a webglobe
Usage
## S3 method for class 'webglobe'
wg + x
Arguments
wg |
Webglobe |
x |
Command to send |
Value
The same webglobe
Examples
## Not run:
library(webglobe)
wg<-webglobe(immediate=TRUE)
wg + wgclear()
## End(Not run)
[Package webglobe version 1.0.3 Index]