Description Usage Arguments Value Examples
Centers the camera on a point
1 | wgcamcenter(lat, lon, alt = NA)
|
lat |
Latitude of the center point, in degrees |
lon |
Longitude of the center point, in degrees |
alt |
Altitude of the center point, in kilometres |
A webglobe command
1 2 3 4 5 6 | ## Not run:
library(webglobe)
wg<-webglobe(immediate=TRUE)
wg+wgcamcenter(45,-93,5000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.