R/unit_conversions.R

Defines functions kgs_to_tonne_day

Documented in kgs_to_tonne_day

#' Unit conversions
#' 
#' @author Shona Wilde
#' 
#' @export

kgs_to_tonne_day <- function(x){
  
  x*86.4
  
}
shonawilde/shonarrr documentation built on Jan. 29, 2025, 1:27 a.m.