Convencience method to create a bounding box like that returned by sp::bbox().
To generate a bounding box from lists of lat/lon values use sp::bbox(cbind(lons, lats)).
Usage
makebbox(n, e, s, w)
Value
A 2x2 matrix describing a bounding box like that returned by sp::bbox()