Skip to content

Commit

Permalink
udpate function description
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheng1026 committed Jan 13, 2025
1 parent d8a6b06 commit 8956bb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions R/HeatStress.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#' HeatStress
#'
#' This function takes specified climate .nc files and a user-specifed heat stress function as arguments,
#' reshapes them, calculates the heat stress and returns as raster
#'
#' @param TempRes temporal resolution of input, "day" or "month"
#' @param SECTOR choice of sector
#' @param HS choice of heat stress function
Expand Down
4 changes: 2 additions & 2 deletions R/LHR_Hothaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#'
#' @param WBGT web bulb globe temperature (C)
#' @param workload 'high', 'moderate', 'low'
#' This function is from Foster et al (2021)
#' For additional adjustment, see Smallcombe et al. (2022)
#' This function is from the high occupational temperature health and productivity suppression (Hothaps) programme
#' Derived by Kjellstrom et al. (2018) adopted by Bröde et al. (2018) and Orlov et al. (2020).
#'
#' @return value of physical work capacity, range from 0 to 1
#' @export
Expand Down
1 change: 0 additions & 1 deletion R/LHR_ISO.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#'
#' @param WBGT relative humidity (%)
#' @param workload 'high', 'moderate', 'low', specifying the rate of metabolic heat production (Watts)
#' This function is from Kjellstrom et al. (2014)
#' Based on Kjellstrom et al (2009):
#' M = 200W for office desk work and service industries
#' M = 300W for average manufacturing industry work
Expand Down

0 comments on commit 8956bb9

Please sign in to comment.