setGaugingStationsMissing<- {hyd1d}R Documentation

Set a WaterLevelDataFrame's slot gauging_stations_missing

Description

A function to set the slot gauging_stations_missing of an object of class WaterLevelDataFrame.

Usage

setGaugingStationsMissing(x) <- value

## S4 replacement method for signature 'WaterLevelDataFrame,character'
setGaugingStationsMissing(x) <- value

Arguments

x

an object of class WaterLevelDataFrame.

value

a new value of class character for the gauging_stations_missing slot.

Value

The function above sets a new value for the slot gauging_stations_missing and returns an object of class WaterLevelDataFrame.

See Also

getGaugingStationsMissing-method

Examples

wldf <- WaterLevelDataFrame(river   = "Elbe",
                            time    = as.POSIXct("2016-12-21"),
                            station = seq(257, 262, 0.1))
setGaugingStationsMissing(wldf) <- as.character("VOCKERODE")


[Package hyd1d version 0.5.1 Index]