Description
Provides functions to fit non-linear regression curves such aslogistic (Bentsink et al. 2010 <doi:10.1073/pnas.1000410107> and 2011<doi:bentsink_identification_2011>, Postma et al. 2015<doi:10.1111/mec.13061>) and log-logistic models (Fogliatto et al. 2020<doi:10.1080/11263504.2019.1578282>) to germination count data recorded atsequential time intervals of seed storage. Facilitates estimation of keyparameters such as days of seed dry storage required to reach 50%germination and rate of dormancy release.
Installation
The development version can be installed from github as follows:
# Install development version from Github
devtools::install_github("aravind-j/dormancymetrics")Citing dormancymetrics
To cite the methods in the package use:
citation("dormancymetrics")To cite package 'dormancymetrics' in publications use:
Aravind J, Vijay D, Manjunath Prasad C, Roy S (2026).
_dormancymetrics: Curve Fitting for Seed Dormancy Release_. R package
version 0.0.0.9000, <https://github.com/aravind-j/dormancymetrics>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {dormancymetrics: Curve Fitting for Seed Dormancy Release},
author = {J. Aravind and D. Vijay and C. T. {Manjunath Prasad} and Suman Roy},
year = {2026},
note = {R package version 0.0.0.9000},
url = {https://github.com/aravind-j/dormancymetrics},
}