colors_for_gradient | R Documentation |
This function generates a vector of colors for a gradient, given a specified palette name.
colors_for_gradient(
palette = c("Je1", "Seurat_Like", "Ju1", "De1", "De2", "De3", "De4", "De5", "De6",
"De7", "De8", "De9", "Magma", "viridis", "magma2", "plasma")
)
palette |
A character vector specifying the palettes to use. One of: "Je1", "Seurat_like", "Ju1", "De1", "De2", "De3", "De4", "De5", "De6", "De7", "De8", "De9", "Magma", "viridis", "magma2", "plasma" |
A character vector of color codes.
colors_for_gradient()
colors_for_gradient(palette = "Ju1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.