NA2x {lava} | R Documentation |
Convert to/from NA
Description
Convert vector to/from NA
Usage
NA2x(s, x = 0)
Arguments
s |
The input vector (of arbitrary class) |
x |
The elements to transform into |
Value
A vector with same dimension and class as s
.
Author(s)
Klaus K. Holst
Examples
##'
x2NA(1:10, 1:5)
NA2x(x2NA(c(1:10),5),5)##'
[Package lava version 1.8.0 Index]