Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-spatial/classInt

Choose Univariate Class Intervals
https://github.com/r-spatial/classInt

Last synced: about 2 months ago
JSON representation

Choose Univariate Class Intervals

Awesome Lists containing this project

README

        

# classInt

[![Actions Status](https://github.com/r-spatial/classInt/workflows/R-CMD-check/badge.svg)](https://github.com/r-spatial/classInt/actions)
[![CRAN](http://www.r-pkg.org/badges/version/classInt)](https://cran.r-project.org/package=classInt)

Choose Univariate Class Intervals

Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes. From 0.4-3, an implementation of the "headtails" style contributed by Diego Hernangómez - Jiang, B. 2013 "Head/tail breaks: A new classification scheme for data with a heavy-tailed distribution", The Professional Geographer, 65 (3), 482 – 494. https://arxiv.org/abs/1209.2801v1. From 0.4-7, an implementation of the "maximum" style contributed by Josiah Parry. From 0.4-8, an implementation of the "box" style contributed by Angela Li and Diego Hernangómez.

## Compiling from source

If you want to compile this package from source, make sure you have the latest version of GNU Fortran installed, which you can find on the [R Development Tools](https://cran.r-project.org/bin/macosx/tools/) web page if you use OSX; on Windows make sure your Rtools includes Fortran. Fortran is needed to compile Fisher's original code which was written in Fortran.

Migrated from [R-Forge](https://r-forge.r-project.org/scm/viewvc.php/pkg/classInt/?root=rspatial)