Skip to content
Prev 22022 / 29559 Next

subplots of maps in R using hydroTSM package

It looks like hydroTSM uses sp::spplot to plot maps; this function uses
lattice which builds on grid graphics, and hence mfrow does not work.

As hydrokrige does not return the trellis plot object but merely plots
it, it's not easy to arrange plots using lattice::print.trellis

It seems relatively easy though to figure out what hydrokrige does, and
then do that yourself, using spplot and print.trellis; see

library(gstat)
demo(krige)

for examples.
On 11/23/2014 06:13 PM, Zilefac Elvis wrote: