Clone of guide_colorbar for linkage group background
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | guide_colorbar_hypobg(
title = waiver(),
title.position = NULL,
title.theme = NULL,
title.hjust = NULL,
title.vjust = NULL,
label = TRUE,
label.position = NULL,
label.theme = NULL,
label.hjust = NULL,
label.vjust = NULL,
barwidth = NULL,
barheight = NULL,
nbin = 20,
raster = TRUE,
frame.colour = NULL,
frame.linewidth = 0.5,
frame.linetype = 1,
ticks = TRUE,
ticks.colour = "white",
ticks.linewidth = 0.5,
draw.ulim = TRUE,
draw.llim = TRUE,
direction = NULL,
default.unit = "line",
reverse = FALSE,
order = 0,
available_aes = c("colour", "color", "fill", "hypobg"),
...
)
|
title |
clone, s. ggplot2::guide_colorbar() |
title.position |
clone, s. ggplot2::guide_colorbar() |
title.theme |
clone, s. ggplot2::guide_colorbar() |
title.hjust |
clone, s. ggplot2::guide_colorbar() |
title.vjust |
clone, s. ggplot2::guide_colorbar() |
label |
clone, s. ggplot2::guide_colorbar() |
label.position |
clone, s. ggplot2::guide_colorbar() |
label.theme |
clone, s. ggplot2::guide_colorbar() |
label.hjust |
clone, s. ggplot2::guide_colorbar() |
label.vjust |
clone, s. ggplot2::guide_colorbar() |
barwidth |
clone, s. ggplot2::guide_colorbar() |
barheight |
clone, s. ggplot2::guide_colorbar() |
nbin |
clone, s. ggplot2::guide_colorbar() |
raster |
clone, s. ggplot2::guide_colorbar() |
frame.colour |
clone, s. ggplot2::guide_colorbar() |
frame.linewidth |
clone, s. ggplot2::guide_colorbar() |
frame.linetype |
clone, s. ggplot2::guide_colorbar() |
ticks |
clone, s. ggplot2::guide_colorbar() |
ticks.colour |
clone, s. ggplot2::guide_colorbar() |
ticks.linewidth |
clone, s. ggplot2::guide_colorbar() |
draw.ulim |
clone, s. ggplot2::guide_colorbar() |
draw.llim |
clone, s. ggplot2::guide_colorbar() |
direction |
clone, s. ggplot2::guide_colorbar() |
default.unit |
clone, s. ggplot2::guide_colorbar() |
reverse |
clone, s. ggplot2::guide_colorbar() |
order |
clone, s. ggplot2::guide_colorbar() |
available_aes |
string, extended ggplot2::guide_colorbar() options by "hypobg" |
... |
clone, s. ggplot2::guide_colorbar() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.