Learn R Programming

webglobe (version 1.0.3)

wgport: Get webglobe's port

Description

Determine which port a webglobe is running on

Usage

wgport(wg)

Arguments

wg

Webglobe whose port should be determined

Value

A number representing the webglobe's port

Examples

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

Run the code above in your browser using DataLab