Learn R Programming

jjAnno (version 0.0.3)

useMyCol: useMyCol

Description

This function is used to produce avaliable colors for plot.

Usage

useMyCol(platte = NULL, n = NULL, showAll = FALSE)

Value

Return the color names you have choosed.

Arguments

platte

The platte name. Default("stallion").

n

The color numbers to use. Default(NULL).

showAll

Whether to show all plattes. Default(FALSE).

Author

Junjun Lao

Examples

Run this code
useMyCol(platte = 'stallion2',n = 5)
useMyCol(showAll = TRUE)

Run the code above in your browser using DataLab