Skip to content
Prev 20451 / 29559 Next

Problem with raster

Mark,

You would not be tell from the error message, but the error occurs
because you are using an invalid CRS.
It should be:

proj4string=CRS("+proj=longlat")

instead of this:

proj4string=CRS("longlat")

Robert
On Fri, Feb 21, 2014 at 6:59 AM, Mark Payne <markpayneatwork at gmail.com> wrote: