LatRg {GeoRange}R Documentation

Calculates the latitudinal range in degrees and kilometers

Description

Calculates the latitudinal range in degrees and kilometers

Usage

LatRg(lats)

Arguments

lats

- Latitudinal occurrences in decimal degrees

Value

Returns the outermost coordinates of the set, the latitudinal span in degrees and in kilometers

Examples

lats<-c(-23,56,-2,45,66)
LatRg(lats)

[Package GeoRange version 0.1.0 Index]