This function renders a scatter plot of two variables.
render_plot_scatter(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
dateformat,
ticknumber,
imagewidth,
imageheight,
text1_1d,
text2_1d,
textsize,
linesize,
x_axis_label_1d,
y_axis_label_1d,
timestep_1d_visualize
)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).
Date format for constructing a date label.
Number of ticks (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).
x-label (first data set)
y-label (second data set)
Selected timestemp