wgcamcenter: Camera: Center on a point

Description Usage Arguments Value Examples

View source: R/webglobe.R

Description

Centers the camera on a point

Usage

1
wgcamcenter(lat, lon, alt = NA)

Arguments

lat

Latitude of the center point, in degrees

lon

Longitude of the center point, in degrees

alt

Altitude of the center point, in kilometres

Value

A webglobe command

Examples

1
2
3
4
5
6
## Not run: 
library(webglobe)
wg<-webglobe(immediate=TRUE)
wg+wgcamcenter(45,-93,5000)

## End(Not run)

webglobe documentation built on Sept. 16, 2020, 1:08 a.m.