frColors {tis} | R Documentation |
FRB Color Palettes
Description
Returns a vector of 11 color names that can be used as a palette suitably for a light or dark background.
Usage
frColors(dark = FALSE)
Arguments
dark |
If |
Value
A vector of 11 color names.
Author(s)
Jeff Hallman
See Also
Examples
plot.new()
for(i in 1:11) abline(h = (i-0.5)/11, lwd = 2, lty = 1, col = frColors()[i])
plot.new()
for(i in 1:11) abline(h = (i-0.5)/11, lwd = 2, lty = 1, col = frColors(dark = TRUE)[i])
[Package tis version 1.39 Index]