bluepally: These functions provide colour palettes based on fresh and...

Usage Format Examples

Usage

1
2
3

Format

An object of class character of length 8.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
library(bluepally)
library(ggplot2)

blueberry_colors

ggplot(iris, aes(Sepal.Width, Sepal.Length, color = Species)) +
 geom_point(size = 4) +
 scale_color_blueberry(palette="blue", reverse = TRUE)

ggplot(mpg, aes(manufacturer, fill = manufacturer)) +
 geom_bar() +
 theme(axis.text.x = element_text(angle = 45, hjust = 1)) +
 scale_fill_blueberry( guide = "none")

blueberry_pal("blue")(10)

manucarl/bluepally documentation built on Dec. 21, 2021, 1:48 p.m.