xy_to_gridref: XY to Grid Ref

Description Usage Arguments Value

View source: R/xy_to_gridref.R

Description

Convert x and y coordinates to an osgb grid reference

Usage

1
xy_to_gridref(x, y, digits = 10)

Arguments

x

a vector of x coordinates (must be epsg 27700)

y

a vector of y coordinates (must be epsg 27700)

digits

the number of digits to return (maximum value is 10)

Value

a vector of osgb grid references


MatthewJWhittle/osgridref documentation built on July 13, 2020, 2:31 a.m.