extractFlows.Rd
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)
None
if (FALSE) { # \dontrun{
extractFlows(c(system.file("extdata", "hist_v82.h5", package="dsm2utils", mustWork=TRUE)),
c(7), ".")
} # }