Extracts flows and stages for a list of tidefiles and external channel numbers. The data are saved in *.csv files in the specified output directory. Time series plots are also created.

extractFlows(tidefiles, channelNums, outputDir, figWidth = 10, figHeight = 5)

Arguments

tidefiles

List of full paths to tidefiles

channelNums

List of external channel numbers

outputDir

Full path to the output directory

figWidth

Figure width in inches. Default = 10

figHeight

Figure height in inches. Default = 5

Value

None

Examples

if (FALSE) { # \dontrun{
extractFlows(c(system.file("extdata", "hist_v82.h5", package="dsm2utils", mustWork=TRUE)),
             c(7), ".")
} # }