extent_poly: Helper function to get the extent polygon of a raster

View source: R/extent_poly.R

extent_polyR Documentation

Helper function to get the extent polygon of a raster

Description

Helper function to get the extent polygon of a raster

Usage

extent_poly(x)

Arguments

x

A raster* object from the raster package

Examples

ras <- raster::raster("./inst/demoBGGWmap.tif")
roi <- extent_poly(ras)

sustainablefarms/sflddata documentation built on April 19, 2022, 11:19 a.m.