xy_to_points: Covert xy to points

View source: R/xy_to_points.R

xy_to_pointsR Documentation

Covert xy to points

Description

Convert XY coordinates to a points object based upon xy coordinates

Usage

xy_to_points(x = 456203, y = 503210, crs = 27700)

Arguments

x

the x coordinate of the point

y

the y coordinate of the point

crs

the crs of the point, default is epsg 27700 (BNG)

Value

an sf object of points


MatthewJWhittle/spatialutils documentation built on March 16, 2023, 11:30 p.m.