R/data.R

#' Norn gauging station in Sweden
#'
#' Data on discharge and stage from Norn gauging station in Sweden.
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"norn"

#' Krokfors gauging station in Sweden
#'
#' Data on discharge and stage from Krokfors gauging station in Sweden.
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"krokfors"

#' Spanga gauging station in Sweden
#'
#' Data on discharge and stage from Spanga gauging station in Sweden.
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"spanga"

#' Skogsliden gauging station in Sweden
#'
#' Data on discharge and stage from Skogsliden gauging station in Sweden
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"skogsliden"

#' Kallstorp gauging station in Sweden
#'
#' Data on discharge and stage from Kallstorp gauging station in Sweden
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"kallstorp"

#' Melby gauging station in Sweden
#'
#' Data on discharge and stage from Melby gauging station in Sweden
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Swedish Meteorological and Hydrological Institute.
"melby"

#' Jokulsa a Dal gauging station in Iceland
#'
#' Data on discharge and stage from Jokulsa a Dal gauging station in Iceland
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Icelandic Meteorological Office, Landsvirkjun - the National Power Company of Iceland, and the Icelandic Road and Coastal Administration.
"jokdal"

#' Jokulsa a Fjollum gauging station in Iceland
#'
#' Data on discharge and stage from Jokulsa a Fjollum gauging station in Iceland
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Icelandic Meteorological Office, Landsvirkjun - the National Power Company of Iceland, and the Icelandic Road and Coastal Administration.
"jokfjoll"

#' Nordura gauging station in Iceland
#'
#' Data on discharge and stage from Nordura gauging station in Iceland
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Icelandic Meteorological Office, Landsvirkjun - the National Power Company of Iceland, and the Icelandic Road and Coastal Administration.
"nordura"

#' Skjalfandafljot gauging station in Iceland
#'
#' Data on discharge and stage from Skjalfandafljot gauging station in Iceland
#'
#' @format A data frame with columns:
#' \describe{
#'  \item{\code{W}}{Measurements of water stage in meters}
#'  \item{\code{Q}}{Measurements of water discharge in cubic meters per second}
#' }
#' @source Icelandic Meteorological Office, Landsvirkjun - the National Power Company of Iceland, and the Icelandic Road and Coastal Administration.
"skjalf"
sor16/bdrc documentation built on Sept. 9, 2024, 2:08 a.m.