ridNA {ProfessR} | R 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)
[Package ProfessR version 2.4-3 Index]