R/cdm_replace_inf.R

Defines functions cdm_replace_inf

## File Name: cdm_replace_inf.R
## File Version: 0.04

cdm_replace_inf <- function(x)
{
    x[ x==Inf ] <- NA
    return(x)
}
alexanderrobitzsch/CDM documentation built on Aug. 30, 2022, 12:31 a.m.