Description Usage Arguments Value Author(s) Examples
Generate the color scheme for the hake assessment such that as more years of historical data are added on that the more recent years are still the same color. For example, the most recent year of data will always be black and the second most recent year will always be red.
1 | plot_color(n.cols = 10)
|
n.cols |
number of colors to return |
A vector of colours
Kelli Faye Johnson
1 2 | n <- 17
plot(data.frame(1:n, 1), col = plot_color(n), pch = 19, cex = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.