Skip to content
Prev 23421 / 29559 Next

plot extent and/or convert extent to SpatialPolygons

Apologies.
I had done
ext128 <- c(128,1280-128,128,960-128)

instead of
ext128 <- extent(c(128,1280-128,128,960-128))

This is why plot() and as() were not working for me.
Agus
On Mon, Sep 21, 2015 at 10:31 AM, John Baumgartner <johnbaums at gmail.com> wrote: