Skip to content
Prev 54260 / 63424 Next

range function with finite=T and logical parameters

Hi!

I was wondering about the behavior of the range function wrt. logical NAs:
[1] 0 1
[1] NA NA

The documentation is quite clear that "finite = TRUE includes na.rm = TRUE?, so that I would have assumed that these two snippets would produce the same result.

- Lukas