#' 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 ]")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.