diff --git a/R/chop-isolates.R b/R/chop-isolates.R index 394257f..0d05ac0 100644 --- a/R/chop-isolates.R +++ b/R/chop-isolates.R @@ -90,7 +90,7 @@ chop_spikes <- function ( #' # Versus: #' tab_spikes(x, brk_width(2, 0), prop = 0.05) #' -#' # Misleading data-dependent breaks: +#' # Potentially confusing data-dependent breaks: #' set.seed(42) #' x <- rnorm(99) #' x[1:9] <- x[1] diff --git a/man/dissect.Rd b/man/dissect.Rd index eaca60d..b899c98 100644 --- a/man/dissect.Rd +++ b/man/dissect.Rd @@ -69,7 +69,7 @@ table(dissect(x, brk_width(2, 0), prop = 0.05)) # Versus: tab_spikes(x, brk_width(2, 0), prop = 0.05) -# Misleading data-dependent breaks: +# Potentially confusing data-dependent breaks: set.seed(42) x <- rnorm(99) x[1:9] <- x[1]