https://hal.archives-ouvertes.fr/hal-02939211
Raw File
Tip revision: e522fef1e02c760b42c7c7f8d28c722d4abcc5e5 authored by Software Heritage on 15 September 2020, 00:00:00 UTC
hal: Deposit 895 in collection hal
Tip revision: e522fef
README.md
# __biodivMapR__ <img src="man/figures/logo.png" align="right" alt="" width="200" />

# An R package for α- and β-diversity mapping using remotely-sensed images

[![licence](https://img.shields.io/badge/Licence-GPL--3-blue.svg)](https://www.r-project.org/Licenses/GPL-3)
[![Build Status](https://travis-ci.org/jbferet/biodivMapR.png?branch=master)](https://travis-ci.org/jbferet/biodivMapR)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/jbferet/biodivmapr?branch=master&svg=true)](https://ci.appveyor.com/project/jbferet/biodivmapr)


# 1 Install

After installing package `devtools`, package `biodivMapR` can be installed with the following command line in R session:
```
devtools::install_github('jbferet/biodivMapR')
```
# 2 Tutorial

A tutorial vignette is available [here](https://jbferet.github.io/biodivMapR/articles/biodivMapR.html).

The corresponding script is available in file `examples/tutorial.R`.

# 3 Citation

If you use **biodivMapR**, please cite the following references:

Féret, J.-B., de Boissieu, F., 2019. biodivMapR: an R package for α‐ and β‐diversity mapping using remotely‐sensed images. Methods Ecol. Evol. 00:1-7. https://doi.org/10.1111/2041-210X.13310

Féret, J.-B., Asner, G.P., 2014. Mapping tropical forest canopy diversity using high-fidelity imaging spectroscopy. Ecol. Appl. 24, 1289–1296. https://doi.org/10.1890/13-1824.1

back to top