NA2x: Convert to/from NA

View source: R/NA2x.R

NA2xR 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 NA resp. what to transform NA 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)##'

kkholst/lava documentation built on Feb. 22, 2024, 4:07 p.m.