Usually this is done so that the `NA` values are plotted transparently, so your can see a background color through the respective colors.
perform.na.mapping(data, map_to_NA)
numeric vector
the value or value range that should be mapped to `NA`. If a single value, only exactly this value is used. If two values, they are interpreted as a range, and a values between them are mapped to `NA`. If you pass `NULL`, the data are returned as-is.
the mapped data