This function renders a histogram of two variables.
render_plot_hist_compare(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
imagewidth,
imageheight,
text1_1d,
text2_1d,
textsize,
legend_label1,
legend_label2,
timestep_1d_visualize
)Name of the outfile (NULL or character). Should match the fileExtension.
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).
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).
Legend label of the first data set
Legend label of the second data set
Selected timestemp