replaceNotNA: Auxiliary function used for testing.

Description Usage Arguments Value Examples

Description

Auxiliary function used for testing.

Usage

1
replaceNotNA(x, y, boolean.vector)

Arguments

x

an element with numeric, logical or char values.

y

an element with numeric, logical or char values.

boolean.vector

containing indexes of which values should be changed.

Value

a subset of x

Examples

1
replaceNotNA(a, b, c(T, F, T, T))

avilesd/productConfig documentation built on May 11, 2019, 4:08 p.m.