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