ShadesColor | R Documentation |
ShadesColor
: Create lighter and darker
versions of a color
used by PrettyBarPlotColor
to create faked transparent colors.
ShadesColor(aColor, jiffy = 40)
aColor |
the color to use |
jiffy |
A small amount to make darker or clearer default = 40. |
A list:
1) testColorDarker
: the darker
version of aColor
;
2) testColorLighter
the lighter
version of aColor
.
Hervé Abdi
twoColors <- ShadesColor('Red',50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.