filterMissing {stats} R Documentation

set the NA, NaN, Inf value to the default value

Description

Usage

filterMissing(x,
    default = 0);

Arguments

x

a numeric vector or a dataframe object of all elements in numeric mode.

default

[as double]

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type any kind.

clr value class

Examples


[Package stats version 5.0.1.2389 Index]