Note
The rotsee package is currently under active development and is not ready to be used. The functionality may change, and the results should be considered preliminary.
rotsee is an R package providing an implementation of the Rothamsted Carbon Model (RothC) for agricultural soils. RothC is a model used for simulating the turnover of organic carbon in topsoil, considering factors like crop cover, fertilizer appliction, soil properties, climate and soil management.
This package aims to provide an interface for running RothC calculations in R accurately, fast and easy-to-use functions.
You can install the development version of rotsee from GitHub with:
# install.packages("devtools")
devtools::install_github("nmi-agro/rotsee")A basic example of how to use the package:
library(rotsee)
# TODO: Add a basic example of how to use the packageThis project is licensed under the GPL-3 License - see the LICENSE file for details.
The rotsee package is developed and maintained by the Nutrienten Management Instituut (NMI) in Wageningen, the Netherlands.
For questions, bug reports, and suggestions, please use the issue tracker.