This function renders a Hovmöller plot of two variables.
render_plot_hovmoller(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
imagewidth,
imageheight,
textsize,
linesize,
title_data1,
title_data2,
nc = NULL,
nc2 = NULL
)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).
Width of the image (numeric).
Height of the image (numeric).
Textsize to be used (cex).
Line width to be used (positive numeric).
Character. Title of the first data set.
Character. Title of the second data set.
Alternatively to infile1 you can specify the input as an
object of class ncdf4 (as returned from ncdf4::nc_open).
Alternatively to infile2 you can specify the input as an
object of class ncdf4 (as returned from ncdf4::nc_open).