Description Usage Arguments Value See Also Examples
Create a color vector.
1  | ino.colors(n, alpha = 1)
 | 
n | 
 number of colors, usually equal to (or greater that) the number of desease grades.  | 
alpha | 
 the alpha transparency, a number in [0,1]  | 
a vector of contiguous colors.
aid and grade.barplot.
1 2  | ino.colors(10)
plot(1:5, pch = 16, col = ino.colors(5), cex=3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.