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
- Host: GitHub
- URL: https://github.com/cwwhitney/ethnobotanyr
- Owner: CWWhitney
- Created: 2018-12-20T10:53:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T15:10:57.000Z (over 1 year ago)
- Last Synced: 2025-04-12T17:22:29.543Z (about 1 year ago)
- Topics: ethnobotany, indices, quantitative-methods
- Language: HTML
- Homepage: http://htmlpreview.github.io/?https://github.com/CWWhitney/ethnobotanyR/blob/master/vignettes/ethnobotanyr_vignette.html
- Size: 116 MB
- Stars: 9
- Watchers: 3
- Forks: 20
- Open Issues: 22
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---

[](https://cran.r-project.org/package=ethnobotanyR)
[](https://cran.r-project.org/package=ethnobotanyR)
[](https://cran.r-project.org/package=ethnobotanyR)
[](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).