Experimental function, which is for instance limited to only two calibration curves on the same plot.
The function plot the discharges measurements and the corresponding calibration curves starting.
Only the "active" discharge measurements are plotted. The parameter plotdism displays them or not.
One can zoom on a subpart of the plot using the limit values on the x and y axis.
The savefig (default = FALSE by default) parameter allows to save the result i a png, jpg or pdf file, according to the extension of fout.
p_discalib(
fsq,
sta,
sen = "IH",
plotcalib = TRUE,
plotdism = TRUE,
title = "Title",
savefig = FALSE,
width = 8,
height = 6,
fout = "plot.png",
limx = FALSE,
limy = FALSE,
xinf = NA,
xsup = NA,
yinf = NA,
ysup = NA
)
Data base file name
Station Id.
Sensor Id. (default = "IH")
Plot calibrations TRUE (default) / FALSE
Plot discharge measurements TRUE (default) / FALSE
Plot title (default: Title)
Save plot in a png file TRUE (default) / FALSE
Plot width (x 100 pixels) (default = 8)
Plot height (x 100 pixels) (default = 6)
Plot file name (default = "plot.png")
Limit x axis TRUE / FALSE (default)
Limit y axis TRUE / FALSE (default)
Low value for x (default = NA)
High value for x (default = NA)
Low value for y (default = NA)
High value for y (default = NA)
P. Chevallier - Sep 2017 - Dec 2020