Skip to content

walkowif/nestcolor

 
 

Repository files navigation

nestcolor

CRAN Version Downloads per month

Check 🛠 Docs 📚 Code Coverage 📔

GitHub forks GitHub Repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project 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

About

Package managing visual conventions of NEST graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%