Learn R Programming

phylosignal (version 1.3.1)

evenColors: 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)

Value

a vector of hexadecimal colors.

Arguments

n

the number of colors to be in the palette.