st_as_sf {smartmap}R Documentation

Convert coordinate matrices to sf objects

Description

Convert coordinate matrices to sf objects

Usage

## S3 method for class 'coord_matrix'
st_as_sf(x, ...)

Arguments

x

a coord_matrix

...

ignored

Value

an sf::sf() object with an sfc_POINT-geometry column

See Also

sf::st_as_sf()


[Package smartmap version 0.1.1 Index]