pal_crisk {riskyr} | R Documentation |
Color palette for cumulative risk curve.
Description
pal_crisk
defines a default color palette
for the plot_crisk
function
(as a named vector).
Usage
pal_crisk
Format
An object of class character
of length 10.
Details
Color names and referents in plots
generated by plot_crisk
:
-
"cum"
: Cumulative risk curve -
"rinc"
: Relative risk increments -
"txt"
: Text labels -
"aux"
: Auxiliary labels and lines -
"high"
: Highlighting elements -
"pas"
: Past/passed risk -
"rem"
: Remaining risk -
"delta"
: Delta-X- and -Y increments -
"poly"
: Polygon of increments -
"popu"
: Population partitions
See Also
plot_crisk
plots cumulative risk curves;
pal
contains current color information;
init_pal
initializes color information.
Other color palettes:
pal_bwp
,
pal_bw
,
pal_kn
,
pal_mbw
,
pal_mod
,
pal_org
,
pal_rgb
,
pal_unikn
,
pal_vir
Examples
pal_crisk # show color palette (and names)
[Package riskyr version 0.4.0 Index]