View source: R/replace_NA_with_label.R
| replace_NA_with_label | R Documentation |
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 |
The |
NA_value |
The new label value for |
NA_label |
The new label name for |
NA_color |
The new label color for |
idx |
Numeric vector indicating the |
xifti with a new label value for NA values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.