NA2str: Convert NA, NaN, Inf to a string

Description Usage Arguments Author(s) Examples

Description

Conversion of indefinite values

Usage

1
  NA2str( x )

Arguments

x

A numerical vector.

Author(s)

Christian W. Hoffmann <christian@echoffmann.ch>

Examples

1
 NA2str(c(NA,NaN) ) # "NA"  "NaN"

cwhmisc documentation built on May 1, 2019, 7:55 p.m.