st_as_sfc {smartmap}R Documentation

Convert coordinate matrices to sfc objects

Description

Convert coordinate matrices to sfc objects

Usage

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

Arguments

x

a coord_matrix

...

ignored

Value

an sf::sfc() object of subclass sfc_POINT

See Also

sf::st_as_sfc()


[Package smartmap version 0.1.1 Index]