This function creates a polygon from a bounding box or a series of x, y coordinates.
Usage
create_polygon(...)
# S3 method for class 'numeric'
create_polygon(..., crs = NULL)
# S3 method for class 'coordinates'
create_polygon(coordinates, crs = NULL, ...)