R/ed_x_y.R

Defines functions ed_y ed_x

Documented in ed_x

#' x and y legend for ed plots to ensure consistency
#'
#' @export
ed_x = function(){
  return("Event-duration [ days ]")
}

#' @export
ed_y = function(){
  return("Cumulated event-rainfall [ mm ]")
}
MaThRk/help documentation built on Dec. 17, 2021, 2:14 a.m.