scale_fill_freshwater: scale_fill_freshwater

Description Usage Arguments Author(s) Examples

View source: R/freshwater.R

Description

Colour your ggplot2 graphs with FreshWater palettes.

Usage

1
scale_fill_freshwater(palette = "main", discrete = TRUE, reverse = FALSE, ...)

Arguments

palette

Choose your favourite palette: "Tajo", "Jarama", "Manzanares", "Culebro", "Aphanius", "Lepomis" or "Cyprinus".

discrete

TRUE/FALSE

reverse

TRUE/FALSE

Author(s)

Carlos Cano-Barbacil

Examples

1
2
3
4
ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Sepal.Length)) +
  geom_point(shape = 21, size = 2, alpha = 1) +
  scale_fill_freshwater(discrete = FALSE, palette = "Jarama")+
  ggtitle("Jarama")+theme_test()+ theme(legend.position = "none")

canobarbacil/FreshWater documentation built on Feb. 13, 2021, 12:50 a.m.