mycols: mycols

Description Usage Author(s) Examples

View source: R/freshwater.R

Description

Extract the hex codes from a list of colours.

Usage

1

Author(s)

Carlos Cano-Barbacil

Examples

1
2
3
4
5
6
7
mycols("green")
mycols("green", "blue")
normalHist(u,dens=TRUE)
ggplot(iris, aes(Sepal.Width, Sepal.Length)) +
geom_point(color = mycols("red"),
           size = 1.5, alpha =1)+
  theme_test()

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