Skip to content
Prev 22026 / 29559 Next

shifting points in plot window

I believe plotting routines in raster were built from (or inspired by)
those in package fields. The issue arises when the plotting area is
split in two parts, one for the map and one for the legend, and the need
to know the aspect ratio of the first when adding to the plot -- the
legend width is fixed, and that might mess up aspect of the map region
when resizing.

image methods from sp do not have this problem, but also do not show you
the legend. sp::spplot uses grid, so doesn't let you add to plots
incrementally.
On 11/24/2014 02:56 PM, Michael Krabbe Borregaard wrote: