invertColors | R Documentation |
Function to convert the default plot color scheme to white-on-black.
invertColors(...)
... |
Other graphical parameters to be given to |
This function changes the default color scheme of the current graphics
device to white on black. Note that since invertColors
resets
the bg
parameter, you should avoid passing in a new default
value for the col
parameter.
It returns the original color scheme, which can be passed to the
par
command to restore the original values.
Kevin R. Coombes <krc@silicovore.com>
par
opar <- invertColors() plot(1:3, 4:6, pch=16) par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.