sf_coordinates {sdsfun} | R Documentation |
extract locations
Description
Extract locations of sf objects.
Usage
sf_coordinates(sfj)
Arguments
sfj |
An |
Value
A matrix.
Examples
library(sf)
pts = read_sf(system.file('extdata/pts.gpkg',package = 'sdsfun'))
sf_coordinates(pts)
[Package sdsfun version 0.4.1 Index]