NA values in dlabel "xifti" with a new label.NaN values will be converted to NA and also replaced.
replace_NA_with_label(
xifti,
NA_value = NULL,
NA_label = "NA",
NA_color = "#FFFFFFFF",
idx = NULL
)xifti with a new label value for NA values
The "xifti"
The new label value for NA values. If NULL
(default), use -1 if all existing label values are non-negative, otherwise
use one less than the minimum existing label value.
The new label name for NA values. Default: "NA".
The new label color for NA values, as a hex code with
alpha. Default: "#FFFFFFFF".
Numeric vector indicating the "xifti" columns to add
NA labels for. Default: NULL (add to all columns).