Skip to contents

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:

Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/nestcolor@*release")

Although nestcolor was not released in June 2022, a stable release of all NEST packages which were released in June 2022 is also available here.