Last chance! 50% off unlimited learning
Sale ends in
bathy.colors(n)
generates a sequence of
bathy.colors(n, alpha = 1)
The number of colors to return.
Alpha values to be passed to rgb()
.
A vector of blue scale colors.
# NOT RUN {
{
# Plot a colorbar using bathy.colors
image(matrix(seq(100), 100), col=bathy.colors(100))
}
# }
Run the code above in your browser using DataLab