coordsToMeter: Convert coordinates to meter

Description Usage Arguments Value

Description

Converts an extent of longitudinal/latitudinal coordinates to meters.

Usage

1
2
3
4
5
6
7
coordsToMeter(coords = c(0, 0, 0, 0))

## S4 method for signature 'numeric'
coordsToMeter(coords = c(0, 0, 0, 0))

## S4 method for signature 'Extent'
coordsToMeter(coords = c(0, 0, 0, 0))

Arguments

coords

extent or numeric vector of form c(lon1, lon2, lat1, lat2).

Value

numeric vector of form c(longitudinal distance in meter, latitudinal distance in meter).


kleebaum/ragram documentation built on May 20, 2019, 12:32 p.m.