# give each x a color by groups.

mf_rainbow(x, ngroup = 20)

Arguments

x

numeric vector

Value

a vector of color codes dependent on the value of x. in: a numeric vector. out: a vector of color.

Examples