Write Files containing the "Diff" between raw and valid rain signal
writeDiffFiles.Rd
Write Files containing the "Diff" between raw and valid rain signal
Usage
writeDiffFiles(
gaugeSignals,
dir.out,
gauges = names(gaugeSignals),
years = NULL,
suffix = NULL,
sep = ";",
dec = ",",
dbg = TRUE
)
Arguments
- gaugeSignals
list of data frames with each element representing one rain gauge
- dir.out
full path to output directory
- gauges
vector of character containing the names of the gauges for which files are to be written
- years
vector of integer representing the years for which diff files are to be generated
- suffix
to be used in the names of the created files
- sep
column separator in created CSV files
- dec
decimal character in created CSV files
- dbg
if
TRUE
(default) debug messages are shown