Skip to content
Prev 21930 / 29559 Next

spplot: getting proportional col.regions across different plots

I think I found an answer:

mycols = colorRampPalette(c("blue", "cyan", "yellow", "red"), bias=1)

spplot(res.bare$krige_output[,1], col.regions = mycols(100)[1:15], sp.layout = c('sp.points', R.bare2, col='black', pch=16))

or thereabouts ? I have something to work with anyway.

BW

F
On 31 Oct 2014, at 11:50, Federico Calboli <f.calboli at imperial.ac.uk> wrote: