cal_pwc.Rd
Calculate Physical Work Capacity (PWC)
cal_pwc(WBGT, LHR, workload)
A raster stack of daily grid-level physical work capacity multiplier: ranges from 0 to 1
The cal_pwc
function computes daily grid-level physical work capacity (PWC),
which range from 0 to 1, based on heat stress levels, a chosen labor heat response function,
and workload intensity.
if (FALSE) { # \dontrun{
GD_PWC <- cal_pwc(HeatStress = HS.stack.y, LHR = LHR_Foster, workload = "high")
} # }