ShowBookshelf {WrensBookshelf} | R Documentation |
View all of Wren's Books
Description
Generates a graphic object with desired subset of palettes from WrensBookshelf.
Usage
ShowBookshelf(CVDsafe = FALSE, BestFor = NA)
Arguments
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" |
Value
Graphic object.
Examples
ShowBookshelf()
ShowBookshelf(CVDsafe = TRUE, BestFor = "continuous")
[Package WrensBookshelf version 0.1.0 Index]