get_qual_col_for_vector: Get color for a list of items

Description Usage Arguments Value Author(s) See Also Examples

Description

Get color for a list of items

Usage

1

Arguments

x

input list

Value

list of colors for each element (same elements will have the same color)

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

qualitative_colours

Examples

1
2
items <- c("a", "b", "c")
get_qual_col_for_vector(items)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.