Skip to contents

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forksGitHub Repo stars

GitHub commit activityGitHub contributorsGitHub last commitGitHub pull requestsGitHub repo sizeGitHub language countProject Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

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")

Example

# Implementing the `nestcolor` color palette on a `ggplot2` object
library(ggplot2)
library(nestcolor)

g <- ggplot(msleep, aes(vore)) +
  geom_bar(aes(fill = conservation))
g

Alt text

Stargazers and Forkers

Stargazers over time

Stargazers over time

Stargazers

Stargazers repo roster for @insightsengineering/nestcolor

Forkers

Forkers repo roster for @insightsengineering/nestcolor