Last chance! 50% off unlimited learning
Sale ends in
spaMM.colors
is the default color palette for some color plots in spaMM
.
spaMM.colors(n = 64, redshift = 1, adjustcolor_args=NULL)
Number of color levels returned by the function. A calling graphic function with argument nlevels
will typically
take the first (i.e., bluest) nlevels
color levels. If n
<nlevels
, the color levels are recycled
The higher it is, the more the palette blushes....
Either NULL or a list of arguments for adjustcolor
, in which case adjustcolor
is called to modify spaMM.colors
's default vector of colors. See the documentation of the latter function for further information. All arguments except col
are possible.
A vector giving the colors in a hexadecimal format.
If you don't like this color palette, have a look at the various ones provided by the fields
package.
# NOT RUN {
## see mapMM examples
# }
Run the code above in your browser using DataLab