This function renders a 1D plot of data at one single lon or one single lat point.
render_plot_1d_advanced(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
ticknumber,
addTrend,
sliderx,
slidery,
checkGroup_type,
imagewidth,
imageheight,
text1_1d,
text2_1d,
textsize,
linesize,
col,
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).
Number of ticks (numeric).
Whether to add a trend line (logical).
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.
The time step to be visualized.
Line
Points
Line and Points
Steps
Histogram