RDHtoLatLong: Converte 'Rijksdriehoek' (RDH) Coordinates to Lat and Long...

Description Usage Arguments Value Examples

View source: R/RDHtoLatLong.R

Description

Converte 'Rijksdriehoek' (RDH) Coordinates to Lat and Long (WGS84)

Usage

1

Arguments

x

x vector of x-coordinates in rijksdriehoek system.

y

y vector of y-coordinates in rijksdriehoek system.

Value

A vector of length 2 with latitude and longitude.

Examples

1
2
3
4
5
# Converting the coordinates of the city of Amsterdam in RDH to Lat Long
x <- 121687
y <- 487484

RDHtoLatLong(x, y)

DosAnjosFilho/RDHtoLatLong documentation built on May 1, 2020, 4:08 a.m.