Description Usage Arguments Details Value See Also Examples
Get or set options for package plutils
1 |
... |
option names given as character string, or given as |
It is possible to set any options - this might be useful for global options of
other packages. This can however also be done with the base function options, the
only difference is that ploptions returns a simplist, and resolves
simplist arguments, but not list arguments.
Currently, only one options is used by package plutils:
alphamix: | logical, defaults to FALSE. Controls the behaviour of
alphacol: |
if alphamix == TRUE, alphacol returns
a color with alpha channel. |
|
| Otherwise, the color is an RGB mixed with the background color, | |
| thus faking alpha mixing. |
For ploptions(), a simplist of set options for package plutils;
if invoked with names of options, a list of all options contained in the arguments.
If called with name = value, no visible result is returned.
The base function options is similar.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.