extent {spex}R Documentation

Extent of simple features

Description

This is the simplest of the missing "raster support" for the sf package, here using the xmin, xmax, ymin, ymax convention used by raster rather than the transpose version favoured in sp and sf.

Usage

extent_sf(x, ...)

Arguments

x

object with an extent

...

unused


[Package spex version 0.7.1 Index]