https://github.com/cbig/zonator
Utility tools for for anybody interested in using a familiar tool (R) in setting up Zonation runs and managing Zonation results.
https://github.com/cbig/zonator
conservation science spatial zonation
Last synced: 8 months ago
JSON representation
Utility tools for for anybody interested in using a familiar tool (R) in setting up Zonation runs and managing Zonation results.
- Host: GitHub
- URL: https://github.com/cbig/zonator
- Owner: cbig
- Created: 2013-03-12T13:57:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T18:29:15.000Z (about 6 years ago)
- Last Synced: 2025-10-22T04:49:07.582Z (8 months ago)
- Topics: conservation, science, spatial, zonation
- Language: R
- Homepage: https://cbig.github.io/zonator/
- Size: 24.5 MB
- Stars: 14
- Watchers: 8
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://CRAN.R-project.org/package=zonator)
[](https://CRAN.R-project.org/package=zonator)
[](http://www.repostatus.org/#active)
[](https://badge.fury.io/gh/cbig%2Fzonator)
[](https://travis-ci.org/cbig/zonator)
[](https://ci.appveyor.com/project/cbig/zonator)
[](https://codecov.io/gh/cbig/zonator)
# zonator
`zonator` is a utility R package for dealing with various tasks related to
Zonation conservation prioritization software. The package started out as a collection
of helper scripts which have now been packaged for anybody interested in using
a familiar tool (R) in setting up Zonation runs and managing Zonation results.
Functions and classes found in `zonator` can be useful for the following stages
of running a Zonation analysis.
1. Setting up a Zonation project and pre-processing files ([examples](https://cbig.github.io/zonator/articles/zonator-project.html)).
1. Running Zonation.
1. Post-processing, results analysis and comparison, and plotting ([examples](https://cbig.github.io/zonator/articles/zonator-results.html)).
## Installation
### Release version
You can install the latest release version from CRAN:
```
install.packages("zonator")
```
### Development version
Alternatively, you can install the latest (potentially unstable) development version from Github.
1. Make sure you have package `remotes` installed and loaded in R:
```
# Open R prompt or RStudio and type the following on the command line
install.packages("remotes")
```
2. Then install `zonator` directly from GitHub by running the following line in R:
```
remotes::install_github("cbig/zonator", ref = "develop", build_vignettes = TRUE)
```
## Examples
Some examples are provided by the package vignettes. You can view these after installing the package by:
```
vignette("zonator-project")
```
and
```
vignette("zonator-results")
```
## Developers
* Joona Lehtomäki
* Aija Kukkala