FedData (version 2.0.8)

polygon_from_extent: Turn an extent object into a polygon

Description

Turn an extent object into a polygon

Usage

polygon_from_extent(x, proj4string = NULL)

Arguments

x
An extent object, or an object from which an extent object can be retrieved.
proj4string
A PROJ.4 formatted string defining the required projection. If NULL, the function will attempt to get the projection from x using projection

Value

A SpatialPolygons object.