viridis.map {viridisLite}R Documentation

Color Map Data

Description

A data set containing the RGB values of the color maps included in the package. These are:

Usage

viridis.map

Format

A data frame with 2048 rows and 4 variables:

R:

Red value;

G:

Green value;

B:

Blue value;

opt:

The colormap "option" (A: magma; B: inferno; C: plasma; D: viridis; E: cividis; F: rocket; G: mako; H: turbo).

Author(s)

Simon Garnier: garnier@njit.edu / @lostintheswarm

References

magma, inferno, plasma, viridis

https://bids.github.io/colormap/

cividis

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0199239

rocket, mako

https://seaborn.pydata.org/index.html

turbo

https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html


[Package viridisLite version 0.4.3 Index]