Description Usage Arguments Value Author(s) Examples
View source: R/color_circos_links.R
A function designed to assign random colors from the 'randomcoloR' package to a 'make_circos_links()' generated data frame.
| 1 2 3 | color_circos_links(df, hue = c(" ", "random", "red", "orange", "yellow",
  "green", "blue", "purple", "pink", "monochrome"), luminosity = c(" ",
  "random", "light", "bright", "dark"))
 | 
| df | A data frame containing circos links information - as from 'make_circos_links()'. | 
| hue | Desired hue of the links. | 
| luminosity | Desired luminosity of the links. | 
Returns original links data frame with an added '$color' column in RGB format for Circos plotting.
Matthew Woodruff, Emory University
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.