View source: R/render_plot_hovmoller.R
render_plot_hovmoller | R Documentation |
This function renders a hovmoller plot of two variables.
render_plot_hovmoller(
outfile = NULL,
fileExtension = ".png",
visualizeVariables,
imagewidth,
imageheight,
textsize,
linesize,
title_data1,
title_data2,
nc = NULL,
nc2 = NULL
)
outfile |
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. |
fileExtension |
The file extension of the image (character). Has to be one of the following: 'png', 'jpg', 'tif', 'kml', 'pdf'. |
visualizeVariables |
A data frame containing all meta data for the plotting process (data.frame). |
imagewidth |
Width of the image (numeric). |
imageheight |
Height of the image (numeric). |
textsize |
Textsize to be used (cex). |
linesize |
Line width to be used (positive numeric). |
title_data1 |
Title of the first data set |
title_data2 |
Title of the second data set |
nc |
Alternatively to |
nc2 |
Alternatively to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.