Key Links

Color Palettes

The following commands can be used to view the list of metis palettes as well as to visualize a particular palette and get a list of its colors:

library(metis)

names(metis.colors()) # View all palettes
metis.colors("pal_hot")
metis.colors("pal_div_BrGn")
metis.colors("pal_ScarcityCat")

*Color Palettes*

Maps

The following commands can be used to view a particular map and the data contained in the shape file:

library(metis)

head(mapUS49@data) # To View data in shapefile
metis::metis.map(mapUS49, labels=T)

*Example View of Pre-loaded Map for US49*

Params

The following command will provide an updated list of params and paramSets to be used in metis.readgcam.

library(metis); library(dplyr)

metis.mappings()$mapParamQuery%>%dplyr::select(-query,-mapPalette)

*List of key Params for readGCAM*



JGCRI/metis documentation built on April 12, 2021, 12:07 a.m.