replace.missing {KRIS} | R Documentation |
(Internal) Replace missing values with other values,internally used for parallelization
Description
(Internal) Replace missing values with other values,internally used for parallelization
Usage
replace.missing(X, missing = NA, rep)
Arguments
X |
An input vector |
missing |
A charactors representing a missing value |
rep |
A vector of new values to replace missing values |
Value
A vector with replaced values
[Package KRIS version 1.1.6 Index]