line.types {NCA}R Documentation

a set defining the line types for the plots

Description

Set before calling nca_output
> line.types['ce_fdh'] <- 1

Reset one line type by setting it to NULL
> line.types['ce_fdh'] <- NULL

Reset all line types by setting line.types to NULL
> line.types <- NULL

Format

This is a list with default line types for each ceiling technique

ols 1 c_lp 2
cols 3 qr 4
ce_vrs 5 cr_vrs 1
ce_fdh 6 cr_fdh 1

[Package NCA version 4.0.1 Index]