The nestcolor
package contains functions for managing visual conventions of NEST graphs. nestcolor
is used to apply a standardized color palette to NEST ggplot2
plots and graphical teal
modules for greater continuity and cohesiveness among NEST package visualizations.
Installation
For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:
# Installation from CRAN
install.packages('nestcolor')
# For the latest development version you can install from Github
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/nestcolor@*release")