cropwatMUL is an R package for multilocation crop-water
requirement and irrigation scheduling using temperature-based FAO-56
procedures and a CROPWAT-inspired workflow.
install.packages("remotes")
remotes::install_local("path/to/cropwatMUL")library(cropwatMUL)
input <- system.file("extdata", "cropwat_example.xlsx", package = "cropwatMUL")
validate_cropwat_input(input, crop_name = "Potato")
result <- run_cropwat_one_crop_multilocation(input, crop_name = "Potato")
result$summariesThis package is an independent implementation. It is not affiliated with or endorsed by FAO and is not a replacement for the official CROPWAT software.