Skip to content
Prev 276520 / 398506 Next

adjusting levelplot color scale to data

On Nov 6, 2011, at 10:08 PM, Lanna Jin wrote:

            
?levelplot  # which leads to"
?level.colors  # which in turn leads to:
? colorRamp

levelplot(as.matrix(dat), at=seq( -.8, .4, length=31),  
col=color.palette(30) )


And next time, please post the output of dput rather than a mangled  
print() output.