risk.colors {spatialkernel} | R Documentation |
This color palette is designed to show risk levels with different colours from small risk (bright orange) to high risk (dark red).
risk.colors(n)
n |
number of colors (>= 1) to be in the palette. |
\code{metre}, colors
, and palette
.
## risk pie with ten levels pie(rep(1,10), labels = seq(0.1, 1, 0.1), col = risk.colors(10))