Skip to content

Commit

Permalink
older edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbivand committed Sep 5, 2023
2 parents 58cecfc + 5122560 commit 240703c
Show file tree
Hide file tree
Showing 65 changed files with 271 additions and 332 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: classInt
Version: 0.4-10
Date: 2023-08-15
Date: 2023-08-24
Title: Choose Univariate Class Intervals
Authors@R: c(
person("Roger", "Bivand", role=c("aut", "cre"), email="[email protected]", comment=c(ORCID="0000-0003-2392-6140")),
Expand Down
6 changes: 4 additions & 2 deletions R/classInt.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,13 @@ classIntervals <- function(var, n, style="quantile", rtimes=3, ..., intervalClos
# introduced related to https://github.com/r-spatial/classInt/issues/7
sampling <- FALSE
if (warnLargeN &&
(style %in% c("kmeans", "hclust", "bclust", "fisher", "jenks"))) {
(style %in% c("fisher", "jenks"))) {
if (nobs > largeN) {
warning("N is large, and some styles will run very slowly; sampling imposed")
sampling <- TRUE
nsamp <- ifelse(samp_prop*nobs > 3000, as.integer(ceiling(samp_prop*nobs)), 3000L)
# issue 44
nsamp <- as.integer(ceiling(samp_prop*nobs))
if (nsamp > largeN) nsamp <- as.integer(largeN)
}
}
if (style =="fixed") {
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

252 changes: 182 additions & 70 deletions docs/articles/headtailsR.html

Large diffs are not rendered by default.

Binary file modified docs/articles/headtailsR_files/figure-html/benchmarkbreaks-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/breaksample-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/breaksample-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/breaksample-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/charheavytail-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/charheavytail-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/examplesimp-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/examplesimp-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/examplesimp-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/examplesimp-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/finalplot -1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/finalplot -2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/finalplot -3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/finalplot -4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/stepbystep-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/stepbystep-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/stepbystep-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/stepbystep-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/summspdata-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/summspdata-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-14.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-2.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-3.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-4.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-5.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-6.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-7.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-8.png
Binary file modified docs/articles/headtailsR_files/figure-html/testresults-9.png
4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandoc: 2.14.0.3
pkgdown: 2.0.6
pandoc: 2.19.2
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
headtailsR: headtailsR.html
last_built: 2022-09-23T08:44Z
last_built: 2023-08-29T09:19Z

Binary file modified docs/reference/Rplot002.png
Binary file modified docs/reference/Rplot003.png
Binary file modified docs/reference/Rplot004.png
Binary file modified docs/reference/classIntervals-1.png
Binary file modified docs/reference/classIntervals-2.png
Binary file modified docs/reference/classIntervals-3.png
Binary file modified docs/reference/classIntervals-4.png
Loading

0 comments on commit 240703c

Please sign in to comment.