<Tongue in cheek>

But surely 

 is.na(x) <- is.na(x)

is clearer than

 x[is.na(x)] <- NA

(neither of which is a no-op).

</Tongue in cheek>

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to