plotGapfillSeries: Plot an overview of a the results of a SSA gapfilling (from a ncdf file)
Description
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().Usage
plotGapfillSeries(file.orig, file.filled = sub("[.]nc", "_gapfill.nc", file.orig), data.orig = c(), data.filled = c(), ...)
Arguments
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.