ShowBookshelf {WrensBookshelf} | R Documentation |
Generates a graphic object with desired subset of palettes from WrensBookshelf.
ShowBookshelf(CVDsafe = FALSE, BestFor = NA)
CVDsafe |
Argument used to restrict displayed palettes to those that are color vision deficiency (CVD) safe. Default is FALSE, set to TRUE to enact filter. |
BestFor |
Argument used to restrict displayed palettes to those that are best for either continuous or discrete data types. Arguments are "discrete" or "continuous" |
Graphic object.
ShowBookshelf()
ShowBookshelf(CVDsafe = TRUE, BestFor = "continuous")