Very simple timeserie chart

graph.ts(dateTS, precip, q, q2 = NULL, minq = NULL, maxq = NULL,
  minprecip = NULL, maxprecip = NULL, name = "precip-discharge timeserie",
  path = NULL, width_mm = 180, height_mm = 180)

Arguments

dateTS
POSIXct
precip
precipitation timeserie
q
runoff timeserie
q2
runoff timeserie
minq
minimum runoff value
maxq
maximum runoff value
minprecip
minimum precipitation value
maxprecip
maximum precipitation values
name
name of the chart
path
path of the saved chart. If NULL, plot on screen
width_mm
width of the chart
height_mm
height of the chart

Examples

## Not run: ------------------------------------ # graph.ts() ## ---------------------------------------------