Skip to content
Prev 19529 / 29559 Next

Creating a maximum raster layer from RasterStack

Agus, yes, that was a mistake, thank you for pointing that out. And
yes, you can use stackApply (just as you could always use tapply
instead of apply), but there are simpler, more direct, and faster,
approaches such as

which.max(s)
max(s)

calc(s, max)

Robert
On Tue, Oct 15, 2013 at 1:06 AM, Agustin Lobo <alobolistas at gmail.com> wrote: