R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) { # nolint
  pal <- color_palette(n = 20, palette = "stream")
  options(
    ggplot2.discrete.colour = pal,
    ggplot2.discrete.fill = pal
  )
  invisible()
}

Try the nestcolor package in your browser

Any scripts or data that you put into this service are public.

nestcolor documentation built on July 9, 2023, 6:23 p.m.