scale_fill_dune_d {Rdune} | R Documentation |
Dune palettes for plotting with 'ggplot2'
Description
Dune palettes for plotting with 'ggplot2'
Usage
scale_fill_dune_d(name, ...)
Arguments
name |
Name of palette. Run |
... |
Other arguments passed on to |
Value
An object defining a discrete fill scale for use with 'ggplot2'.
Examples
library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, fill = factor(cyl))) +
geom_point() +
scale_fill_dune_d("harkonnen4")
[Package Rdune version 1.1.1 Index]