Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

1d Water Level Interpolation along the Rivers Elbe and Rhine

NotificationsYou must be signed in to change notification settings

bafg-bund/hyd1d

Repository files navigation

CRAN statusCRAN total downloadsCRAN monthly downloadsCRAN weekly downloads

The R packagehyd1d is designed to compute 1-dimensional water levelinformation along the German Federal Waterways Elbe and Rhine.

Installation

hyd1d is available from CRAN. To install it run:

install.packages("hyd1d")

To install the latest development version from Github run:

install.packages("devtools")library(devtools)devtools::install_github("bafg-bund/hyd1d")

Usage

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))

example output of hyd1d::plotShiny()

About

1d Water Level Interpolation along the Rivers Elbe and Rhine

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp