is.nan.data.frame: Returns the nan elements for a data frame

Description Usage Arguments Value Examples

Description

Returns the nan elements for a data frame

Usage

1
2
## S3 method for class 'data.frame'
is.nan(x)

Arguments

x

the data frame

Value

a boolean matrix

Examples

1
df[is.nan(df)] <- 0

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.