as_rsgeo {rsgeo}R Documentation

Convert to an rsgeo vector

Description

Given an vector of geometries, cast it as an rsgeo class object.

Usage

as_rsgeo(x)

Arguments

x

a geometry vector

Value

an object of class rsgeo

Examples


x <- sf::st_sfc(sf::st_point(c(0,0)))
as_rsgeo(x)


[Package rsgeo version 0.1.6 Index]