line.colors {NCA} | R Documentation |
a set defining the line colors for the plots
Description
Set before calling nca_output
> line.colors['ce_fdh'] <- 'blue'
Reset one line color by setting it to NULL
> line.colors['ce_fdh'] <- NULL
Reset all line colors by setting line.colors to NULL
> line.colors <- NULL
Format
This is a list with default line colors for each ceiling technique
ols | 'green' | c_lp | 'blue' | |
cols | 'darkgreen' | qr | 'lightpink' | |
ce_vrs | 'orchid4' | cr_vrs | 'violet' | |
ce_fdh | 'red' | cr_fdh | 'orange' | |
[Package NCA version 4.0.1 Index]