Skip to content
Prev 9733 / 29559 Next

Help with GIS

After this:
You could also do plot(projras) or image(projras) and

v <- getValues(projras, format='matrix')

To get a matrix of values, with the advantage that values in this
matrix are organized as on the map (probably what you would expect),
which is different in matrix 'm' in Mike's example.

Robert
On Wed, Oct 27, 2010 at 2:16 PM, Michael Sumner <mdsumner at gmail.com> wrote: