scale_fill_vangogh {vangogh} | R Documentation |
#' Setup fill palette for ggplot2
Description
#' Setup fill palette for ggplot2
Usage
scale_fill_vangogh(
...,
palette = "StarryNight",
discrete = TRUE,
alpha = 1,
reverse = TRUE
)
Arguments
... |
additional arguments to pass to scale_color_gradientn |
palette |
Choose from 'vangogh_palettes' list |
discrete |
whether to use a discrete colour palette |
alpha |
The alpha transparency, a number in [0,1], see argument alpha in
|
reverse |
If TRUE, the direction of the colours is reversed. |
Value
A scale_fill_vangogh function
[Package vangogh version 0.1.1 Index]