Scale Linkage Group background
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") |