You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The packagehyd1d is build around the S4-classWaterLevelDataFrame. To compute and visualize 1-dimensional waterlevel information an object of classWaterLevelDataFrame has to beinitialized. Various functions included inhyd1d use these objectsand compute water levels stored in the columnw.
# load the packagelibrary(hyd1d)# initialize a WaterLevelDataFramewldf<- WaterLevelDataFrame(river="Elbe",time= as.POSIXct("2016-12-21"),station= seq(257,262,0.1))# compute a water levelwldf<- waterLevel(wldf,TRUE)# and plot itplotShiny(wldf,TRUE,TRUE,TRUE,xlim= c(256.8,262.2))
About
1d Water Level Interpolation along the Rivers Elbe and Rhine