README.md

docs build test_coverage codecov

Introduction

jgcricolors is package which hosts various generic and Joint Global Change Research Institute (JGCRI) specific color palettes charts and maps.

https://jgcri.github.io/jgcricolors/articles/vignette_examples.html

Installation Guide

  1. Download and install:

  2. Open R studio:

install.packages("devtools")
devtools::install_github("JGCRI/jgcricolors")

Basic functionality

library(jgcricolors)

# Get list of all available palettes
names(jgcricol())

# Load a color palette
mypal1 <- jgcricol()$pal_basic  # To load values only
mypal2 <- jgcricol("pal_basic") # To see an example piechart and values





Try the jgcricolors package in your browser

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

jgcricolors documentation built on Sept. 23, 2021, 9:06 a.m.