This function provides a time series comparison of two data sets.
render_plot_time_series_compare(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
ticknumber,
dateformat,
sliderx,
slidery,
checkGroup_type,
imagewidth,
imageheight,
text1_1d,
text2_1d,
textsize,
linesize,
col,
legend_label1,
legend_label2,
station_number
)Name of the outfile (NULL or character). Should match the fileExtension. If NULL is passed a file is created in the R session temporary directory.
The file extension of the image (character). Has to be one of the following: 'png', 'jpg', 'tif', 'kml', 'pdf'.
A data frame containing all meta data for the plotting process (data.frame).
Number of ticks (numeric).
Date format for constructing a date label.
Limiting the time series with a two valued vector for min and max (numeric).
Limiting the y axis with a two valued vector for min and max (numeric).
Integer in 1-5. See Details. (numeric)
Width of the image (numeric).
Height of the image (numeric).
Title text (character).
Text to be passed to graphics::mtext (character).
Textsize to be used (cex).
Line width to be used (positive numeric).
A color chosen via colourpicker::colourInput.
Legend label of the first data set
Legend label of the second data set
For station data compare; which station is selected
Line
Points
Line and Points
Steps
Histogram