getGaugingStationsMissing {hyd1d} | R Documentation |
A function to extract the slot gauging_stations_missing
from an object of class WaterLevelDataFrame.
getGaugingStationsMissing(x)
## S4 method for signature 'WaterLevelDataFrame'
getGaugingStationsMissing(x)
x |
an object of class WaterLevelDataFrame. |
The function above extracts the slot gauging_stations_missing
and returns an object of class character
, which might contain a
vector with gauging stations without gauging data for the specified date.
setGaugingStationsMissing<–method
wldf <- WaterLevelDataFrame(river = "Elbe",
time = as.POSIXct("1991-12-16"),
station = seq(500, 501, 0.1))
wldf <- waterLevel(wldf)
getGaugingStationsMissing(wldf)