https://github.com/cran/FedData
Raw File
Tip revision: 56bf356cf3bd3dd833d8b8d2db9ee89e8120d666 authored by R. Kyle Bocinsky on 14 February 2016, 23:23:42 UTC
version 2.0.5
Tip revision: 56bf356
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