Learn R Programming

GeoRange (version 0.1.0)

LatRg: 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

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

Run the code above in your browser using DataLab