Learn R Programming

webglobe (version 1.0.3)

+.webglobe: Send command

Description

Send a command to a webglobe

Usage

# S3 method for webglobe
+(wg, x)

Arguments

wg

Webglobe

x

Command to send

Value

The same webglobe

Examples

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

Run the code above in your browser using DataLab