lakes.R 415 bytes
#' Characteristics of the 4 lakes managed by Seine Grands Lacs
#'
#' @format a [data.frame] with 3 columns:
#'
#' - "name" the name of the river on which the lake is implemented ([character])
#' - "min" the minimum lake storage in Mm3 ([numeric])
#' - "max" the maximum lake storage in Mm3 ([numeric])
#'
#' @source \url{https://www.seinegrandslacs.fr/quatre-lacs-reservoirs-au-coeur-dun-bassin}
#' @export
"lakes"