knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(data.table) library(fertplanspatial)
The goal of the package is to define fertilization plans for the fields of a farm and spatialize them. Fertilization plans in the Lazio region territory have to follow the agronomic guidelines with specific attention to attachment no. 2 [@guidelines2020] and rely on R package fertplan
to perform the raw computations.
fertplanspatial
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/fertplanspatial")
res <- knitr::knit_child('vignettes/fertplanspatial_usage.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.