This function renders a 1D plot of data at one single lon / lat point.
render_plot_1d(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
ticknumber,
dateformat,
analyze_timeseries,
addTrend,
sliderx,
slidery,
checkGroup_type,
imagewidth,
imageheight,
text1_1d,
text2_1d,
text3_1d,
text4_1d,
textsize,
linesize,
col
)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.
Whether or not to analyze the timeseries of the given point (logical).
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.
Width of the image (numeric).
Height of the image (numeric).
Title text (character).
Text to be passed to graphics::mtext (character).
X-label (character).
Y-label (character).
Textsize to be used (cex).
Line width to be used (positive numeric).
A color chosen via colourpicker::colourInput.
Line
Points
Line and Points
Steps
Histogram