evenColors {phylosignal} | R Documentation |
Palette of evenly distributed colors
Description
This function generates a vector of n colors evenly distributed in the RGB space. Usefull to create palettes of distinct colors.
Usage
evenColors(n)
Arguments
n |
the number of colors to be in the palette. |
Value
a vector of hexadecimal colors.
[Package phylosignal version 1.3.1 Index]