The goal of the package is to provide the necessary computation algorithm to perform a fertilization plan for the fields of a farm. It heavily follows the agronomic guidelines for integrated agriculture, issued by Lazio Region, a public administration in Italy. Fertilization plans in the Lazio region territory have to follow these agronomic guidelines with specific attention to attachment no. 2 [@guidelines2020].
The package provides a set of functions to compute the components of the supply/demand for Nitrogen, Phosphorus $P_2O_5$, and Potassium $K_2O$ nutrients to field crops.
fertplan
is currently in active development and not yet on CRAN, it may be installed from this GitHub repository though:
# Install remotes package if not yet present in R library # install.packages("remotes") remotes::install_github("mbask/fertplan")
knitr::opts_chunk$set( collapse = TRUE, comment = "#>") library(data.table) library(fertplan)
Please check out available package vignettes for:
res <- knitr::knit_child('vignettes/n_fertplan.Rmd', quiet = TRUE) cat(res, sep = '\n')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.