Description Usage Arguments Author(s) See Also
This function plots some overview statistics of the results of a gapfilling run in a netCDF file, i.e. the results of a call to gapfillNcdf().
1 2 | plotGapfillSeries(file.orig, file.filled = sub("[.]nc", "_gapfill.nc",
file.orig), data.orig = c(), data.filled = c(), ...)
|
file.orig |
object to plot: file name or file.con object linking to a ncdf file |
file.filled |
character string: name of the filled file. |
data.orig |
array: Unfilled data. Can be supplied to prevent loading the data from a ncdf file again. This is read from 'file.filled' if no value is given. |
data.filled |
array: Filled data. Can be supplied to prevent loading the data from a ncdf file again. This is read from 'file.filled' if no value is given. |
... |
Jannis v. Buttlar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.