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 |
|
... |
ignored |
Value
an sf::sf()
object with an sfc_POINT
-geometry column
See Also
[Package smartmap version 0.1.1 Index]