isCleanData: isCleanData

Description Usage Arguments Value Examples

View source: R/AllGenerics.R

Description

Returns which couples of x and y values are clean (non-missing, non-infinite and non-NaN)

Usage

1

Arguments

x

a vector

y

a vector of same length as x

Value

indices that are 'clean' (non-missing, non-infinite and non-NaN) in both x and y.

Examples

1
isCleanData(c(2,NA,3),c(0,5,NA))

plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.