rmClose
rmClose.RdRemove close values from a numeric vector that are not at the outer limtis. This is useful for removing axis breaks that overlap when plotting.
Examples
rmClose(c(1, 2, 4, 47, 48, 49, 50), minfrac=0.07)
#> [1] 1 47
rmClose.RdRemove close values from a numeric vector that are not at the outer limtis. This is useful for removing axis breaks that overlap when plotting.
rmClose(c(1, 2, 4, 47, 48, 49, 50), minfrac=0.07)
#> [1] 1 47