plasticity
An R package to compute several plasticity indices
Science Score: 31.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.8%) to scientific vocabulary
Repository
An R package to compute several plasticity indices
Basic Info
- Host: GitHub
- Owner: ameztegui
- License: mit
- Language: R
- Default Branch: master
- Size: 372 KB
Statistics
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Plasticity
An R package to determine several plasticity indices, as in Valladares et al. 2006, Journal of Ecology.
At the current moment, the package is still under development, and only one of the plasticity indices is available: RDPI (Relative Distance Plasticity Index). If you want to contribute with a function to calculate any other of the indices included in that paper (or elsewhere), please feel free to contact the author of the package or do a pull request in GitHub.
Installation
To install the package Plasticityin your computer, please run the following code:
devtools::install_github("ameztegui/Plasticity")
Dependencies
The package also requires four additional packages to be installed in your computer: agricolae, psych, dplyrand ggplot2. If you don't have them you can install them with the following code
install.packages("agricolae")
install.packages("psych")
install.packages("dplyr")
install.packages("ggplot2")
License
The package is released under a MIT license, so you are free to use, distribute or modify it, under appropriate attribution (see LICENSE.txt for details).
Citation
If you use Plasticity, please cite it as:
Ameztegui, A (2017) Plasticity: An R package to determine several plasticity indices. GitHub repository, https://github.com/ameztegui/Plasticity See CITATION.txt for further details.
Owner
- Name: Aitor Ameztegui
- Login: ameztegui
- Kind: user
- Location: Lleida, Spain
- Company: Universitat de Lleida
- Website: https://amezteguilab.wordpress.com/
- Twitter: multivac42
- Repositories: 26
- Profile: https://github.com/ameztegui
Ass. Professor at the University of Lleida (Spain). Interested in forest and landscape dynamics, and the effects of interactions between climate and management
Citation (CITATION.txt)
To reference `Plasticity` in publications, please cite the following:
Aitor Ameztegui (2017) Plasticity: An R package to determine several plasticity indices. GitHub repository, https://github.com/ameztegui/Plasticity
@misc{Ameztegui2017,
author = {Ameztegui, A.},
title = {Plasticity},
year = {2017},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/ameztegui/Plasticity}}
}
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Dependencies
- agricolae * imports
- dplyr * imports
- ggplot2 * imports
- psych * imports