We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9700466 commit 128392bCopy full SHA for 128392b
R/utilities-resolution.R
@@ -39,6 +39,6 @@ resolution <- function(x, zero = TRUE, discrete = FALSE) {
39
return(1)
40
}
41
42
- min(d[d > tolerance], 1)
+ min(d[d > tolerance])
43
44
0 commit comments