Replace NA with somehting else
ridNA(z, temp)
z
vector
temp
replacement
vector with NA's replaces
Jonathan M. Lees<jonathan.lees@unc.edu>
z = 1:10 z[z>8] = NA ridNA(z, 0)