find.colors: find.colors

Description Usage Arguments Value Examples

View source: R/find.colors.R

Description

Finds different colors for a corresponding to the first character of each value of a vector.

Usage

1
find.colors(vect, color = NULL)

Arguments

vect

the vector to find colors for.

color

can be a vector of colors (with the same size as the number of groups), if NULL, rainbow scale is chosen

Value

vector of colors related to vect

Examples

1
2
3
find.colors(c("V1","V3","R22"))

  

multifluo documentation built on May 2, 2019, 1:07 p.m.