latlong2UTM: Translate the long lat coordinate in UTM coordinate

Description Usage Arguments Value Examples

Description

Translate the long lat coordinate in UTM coordinate

Usage

1
latlong2UTM(coord)

Arguments

coord

Coordinates of the site(s), a matrix/dataframe with two columns (e.g. cbind(longitude, latitude)) (see examples).

Value

a data frame whith :

Examples

1
2
3
4
5
6
7
long <- c(-52.68, -51.12, -53.11)
lat <- c(4.08, 3.98, 4.12)
coord <- cbind(long, lat)
## Not run: 
UTMcoord <- latlong2UTM(coord)

## End(Not run)

ArthurPERE/biomass documentation built on May 18, 2019, 2:33 a.m.