Skip to content

plotting kernel density estimations

2 messages · Eva Kaiserseder, Roger Bivand

#
On Wed, 24 Oct 2007, Eva Kaiserseder wrote:

            
(Please do not use HTML in your postings, just plain text)

Do not combine par(mfrow=c()) and layout() - use either one or the other 
unless you actually want to mix them up. Using par(mfrow=c()) should be 
sufficient. In fact, if your density maps are for the same variable but 
with different bandwidths, you need to look at the at=, cuts=, and/or 
col.regions= arguments to spplot(). If for different variables, then your 
choice of par(mfrow=c()) looks OK.

Roger