ridNA: Replace NA with somehting else

View source: R/ridNA.R

ridNAR Documentation

Replace NA with somehting else

Description

Replace NA with somehting else

Usage

ridNA(z, temp)

Arguments

z

vector

temp

replacement

Value

vector with NA's replaces

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

Examples


z = 1:10
z[z>8] = NA

ridNA(z, 0)




ProfessR documentation built on Aug. 21, 2023, 9:07 a.m.