Skip to content

patnik/extRatum

Repository files navigation

extRatum

CRAN_Status_Badge RStudio CRAN downloads RStudio CRAN monthly downloads Rdocumentation

Overview

extRatum is a package used to provide summary statistics of local geospatial features within a given geographic area. It does so by calculating the area covered by a target geospatial feature (i.e. buildings, parks, lakes, etc.). The geospatial features can be of any type of geospatial data, including point, polygon or line data. For examples of extRatum functionalities follow this link.

Installation

The easiest way to get extRatum is to install it from CRAN:

install.packages("extRatum")

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of extRatum from GitHub.

# install.packages("devtools")
devtools::install_github("patnik/extRatum")

Citation

To extract extRatum citation, type the following code.

citation('extRatum')
## 
## To cite package 'extRatum' in publications use:
## 
##   Nikos Patias and Francisco Rowe (2021). extRatum: Summary Statistics
##   for Geospatial Features. R package version 1.0.4.
##   https://CRAN.R-project.org/package=extRatum
## 
## A BibTeX entry for LaTeX users is
## 
##   @Manual{,
##     title = {extRatum: Summary Statistics for Geospatial Features},
##     author = {Nikos Patias and Francisco Rowe},
##     year = {2021},
##     note = {R package version 1.0.4},
##     url = {https://CRAN.R-project.org/package=extRatum},
##   }

About

extRatum R package

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages