Scale Linkage Group background
1 2 3 4 5 6 7 8 9 10 11 | scale_hypobg_distiller(
...,
type = "seq",
palette = 1,
direction = -1,
values = NULL,
space = "Lab",
na.value = "grey50",
guide = "colourbar",
aesthetics = "hypobg"
)
|
... |
parameters passed to ggplot2::continuous_scale() |
type |
string, RColorBrewer palette type |
palette |
integer, RColorBrewer palette index |
direction |
numeric (1/ -1) |
values |
numeric vector, passed to scales::gradient_n_pal |
space |
colour space in which to calculate gradient, passed to scales::gradient_n_pal |
na.value |
Missing values will be replaced with this value. |
guide |
ggplot2::guide |
aesthetics |
string ("hypobg") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.