Last chance! 50% off unlimited learning
Sale ends in
jet.colors(n)
generates a sequence of
jet.colors(n, alpha = 1)
The number of colors to return.
The transparency value of the colors. See
?rgb
for details.
A vector of colors along the jet colorramp.
The core function of the package mmer
# NOT RUN {
{
# Plot a colorbar with jet.colors
image(matrix(seq(100), 100), col=jet.colors(100))
}
# }
Run the code above in your browser using DataLab