https://github.com/cran/FedData
Raw File
Tip revision: 41ad97869fc1f041281409d158f533b16b5f7a5d authored by R. Kyle Bocinsky on 20 January 2016, 09:12:15 UTC
version 2.0.3
Tip revision: 41ad978
polygon_from_extent.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/UTILITY_FUNCTIONS.R
\name{polygon_from_extent}
\alias{polygon_from_extent}
\title{Turn an extent object into a polygon}
\usage{
polygon_from_extent(x, proj4string = NULL)
}
\arguments{
\item{x}{An \code{\link{extent}} object, or an object from which an extent object can be retrieved.}

\item{proj4string}{A PROJ.4 formatted string defining the required projection. If NULL, 
the function will attempt to get the projection from x using \code{\link{projection}}}
}
\value{
A SpatialPolygons object.
}
\description{
Turn an extent object into a polygon
}

back to top