vector of contiguous colors to be used for plotting. If
colors = NULL
(default), colorRampPalette(c("#053061", "#2166AC",
"#4393C3", "#92C5DE", "#D1E5F0", "#FFFFFF", "#FDDBC7", "#F4A582", "#D6604D",
"#B2182B", "#67001F"))(200)
is used. A different set of plotting colors can
be specified, for example: colors = cm.colors(100)
, or
colorRampPalette(c("blue", "white", "red"))(150)
. See
cm.colors
or colorRampPalette
.