R/nr_fix_pasture.R

Defines functions nr_fix_pasture

#' nr_fix_pasture
#'
#' @param fulldata data to perform actions on
#'
#' @author Jan-Philipp Dietrich
nr_fix_pasture<- function(fulldata) {
    return(land(fulldata)[,,"past"]*0.005)
    #based on IMAGE Description, 5kg per ha
}
pik-piam/nitrogen documentation built on Nov. 5, 2019, 12:48 a.m.