cmsaf.hist | R Documentation |
This function renders a histogram plot of two variables.
cmsaf.hist(
var1,
infile1,
var2,
infile2,
outfile1,
outfile2,
plot.out = FALSE,
nc34 = 4,
overwrite = FALSE,
verbose = FALSE,
toolbox = FALSE,
nc1 = NULL,
nc2 = NULL
)
var1 |
Name of the first NetCDF variable (character). |
infile1 |
Filename of the first input NetCDF file. This may include the directory (character). |
var2 |
Name of the second NetCDF variable (character). |
infile2 |
Filename of the second input NetCDF file. This may include the directory (character). |
outfile1 |
Filename of the first output NetCDF file. This may include the directory (character). |
outfile2 |
Filename of the second output NetCDF file. This may include the directory (character). |
plot.out |
logical; if TRUE, the plot will be stored in the same folder as outfile1. If FALSE, the plot will not be saved. |
nc34 |
NetCDF version of output file. If |
overwrite |
logical; should existing output file be overwritten? |
verbose |
logical; if TRUE, progress messages are shown |
toolbox |
logical; if TRUE, toolbox mode enabled. The two files are adjusted in space and time so that they can be plotted. |
nc1 |
Alternatively to |
nc2 |
Alternatively to |
Two NetCDF files are written.
Other 1d visualization:
cmsaf.hovmoller()
,
cmsaf.scatter()
,
cmsaf.time.series()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.