knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(data.table)
library(fertplanspatial)

Description

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.

Installation

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')

References



mbask/fertplanspatial documentation built on July 5, 2020, 9:51 a.m.