Displaying 1 result from an estimated 1 matches for "thumbdfplot".
2010 Dec 14
1
lattice fun: multiple themes in panels with spplot()
...lot() can handle and changing the thematic data to factors
results in a very satisfactory legend for that theme. I would like the
third map to have the same size so that they more closely resemble a set of
panels even though they have different themes.
I have experimented with three approaches:
thumbDfPlot <-
spplot(thumbDf, c("pri", "sec"),
names.attr=c("Primary cover", "Secondary cover"),
between= list( x=0.5))
trellis.par.set( peelTheme)
plot( thumbDfPlot, split= c(1,1,2,1), more=TRUE)
trellis.par.set(sp.theme())
plot( spplot(thum...