Colourfan guide
guide_colourfan( title = waiver(), title.x.position = "top", title.y.position = "right", title.theme = NULL, title.hjust = 0.5, title.vjust = NULL, label = TRUE, label.theme = NULL, barwidth = NULL, barheight = NULL, nbin = 32, reverse = FALSE, order = 0, available_aes = c("colour", "color", "fill"), ... ) guide_colorfan( title = waiver(), title.x.position = "top", title.y.position = "right", title.theme = NULL, title.hjust = 0.5, title.vjust = NULL, label = TRUE, label.theme = NULL, barwidth = NULL, barheight = NULL, nbin = 32, reverse = FALSE, order = 0, available_aes = c("colour", "color", "fill"), ... )
title
: Titletitle.x.position
: Title x positiontitle.y.position
: Title y positiontitle.theme
: Title themetitle.hjust
: Title hjusttitle.vjust
: Title vjustlabel
: Labellabel.theme
: Label themebarwidth
: Barwidthbarheight
: Barheightnbin
: Number of binsreverse
: Reverseorder
: orderavailable_aes
: Available aesthetics...
: Extra paramtersA grob
object representing a color fan. This grob
can be added to a grid-based plot or a ggplot2 object to visualize a range of colors in a fan-like structure. Each segment of the fan corresponds to a color specified in the colours
parameter, allowing for an intuitive representation of color gradients or palettes.
Useful links