Description Usage Arguments Value See Also Examples
View source: R/color_me_grad.R
function to make color info dataframe corresponding to your feature of interest for your data that you want represented via color, then adding it to the dimension reduced dataframe
1 | color_me_grad(u_data, info_overlay, your_palette)
|
u_data |
dataframe holding output of dimension reduction |
info_overlay |
data that color_me_grad will represent with color |
your_palette |
the palette of your choice (please see |
dataframe with original dimension reduction and column with color values, and the info_overlay column
1 | color_me_grad(umakea(iris[,1:4]), iris$Sepal.Length, "viridis")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.