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

https://github.com/cwwhitney/ethnobotanyr

R package for quantitative ethnobotany
https://github.com/cwwhitney/ethnobotanyr

ethnobotany indices quantitative-methods

Last synced: about 1 year ago
JSON representation

R package for quantitative ethnobotany

Awesome Lists containing this project

README

          

---
output: github_document
---

ethnobotanyR logo

[![CRAN Status](http://www.r-pkg.org/badges/version/ethnobotanyR?color=yellow)](https://cran.r-project.org/package=ethnobotanyR)
[![](http://cranlogs.r-pkg.org/badges/grand-total/ethnobotanyR?color=orange)](https://cran.r-project.org/package=ethnobotanyR)
[![](http://cranlogs.r-pkg.org/badges/ethnobotanyR?color=blue)](https://cran.r-project.org/package=ethnobotanyR)
[![](http://cranlogs.r-pkg.org/badges/last-week/ethnobotanyR?color=green)](https://cran.r-project.org/package=ethnobotanyR)

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# ethnobotanyR

Please remember to cite this package if you use it in your publications.

```{r}
citation("ethnobotanyR")
```

The goal of `ethnobotanyR` is to provide an easy-to-use platform for ethnobotanists to work with quantitative ethnobotany assessments. It closely follows [Tardio and Pardo-de-Santayana (2008)](https://doi.org/10.1007/s12231-007-9004-5) and [Whitney et al. (2018)](https://doi.org/10.14237/ebl.9.2.2018.503).

Users of `ethnobotanyR` may find it useful to read the background papers and books on ethnobotany theory. In particular [Albuquerque et al. (2019)](https://doi.org/10.1007/s13752-019-00316-8) offer helpful guidance to understanding theoretical approaches in ethnobotany and developing meaningful research questions.

| Quick Links |
|:-------|
| [**Installation**](https://github.com/CWWhitney/ethnobotanyR#Installation) |
| [**CRAN Version**](https://cran.r-project.org/package=ethnobotanyR) |
| [**Working with ethnobotanyR**](http://htmlpreview.github.io/?https://github.com/CWWhitney/ethnobotanyR/blob/master/vignettes/ethnobotanyr_vignette.html) |
| [**ethnobotanyR Wiki**](https://github.com/CWWhitney/ethnobotanyR/wiki) |

## Installation

Install the released version of ethnobotanyR from [CRAN](https://CRAN.R-project.org) with `install.packages("ethnobotanyR")`.

Install the working version of ethnobotanyR from [GitHub](https://github.com) with `devtools::install_github("CWWhitney/ethnobotanyR")`.

## References

Albuquerque, Ulysses Paulino, Patricia Muniz de Medeiros, Washington Soares Ferreira Junior, Taline Cristina da Silva, Rafael Ricardo Vasconcelos da Silva, and Thiago Goncalves-Souza. 2019. Social-Ecological Theory of Maximization: Basic Concepts and Two Initial Models. Biological Theory. [doi.org/10.1007/s13752-019-00316-8](https://doi.org/10.1007/s13752-019-00316-8).

Tardio, J., and M. Pardo-de-Santayana, 2008. Cultural Importance Indices: A Comparative Analysis Based on the Useful Wild Plants of Southern Cantabria (Northern Spain) 1. Economic Botany, 62(1), 24-39. [doi.org/10.1007/s12231-007-9004-5](https://doi.org/10.1007/s12231-007-9004-5).

Whitney, C. W., Bahati, J., and Gebauer, J. (2018), Ethnobotany and agrobiodiversity; valuation of plants in the homegardens of southwestern Uganda. Ethnobiology Letters, 9(2), 90-100. [doi.org/10.14237/ebl.9.2.2018.503](https://doi.org/10.14237/ebl.9.2.2018.503).

Whitney C (2022). _ethnobotanyR: Calculate Quantitative Ethnobotany Indices_. R package version 0.1.9, [https://CRAN.R-project.org/package=ethnobotanyR](https://CRAN.R-project.org/package=ethnobotanyR).