Download this file
1 2 3 4 5 6
## Function written to match MATLAB function ## Author: Andrew Hooker isnan <- function(arr){ return(is.nan(arr)) }