plotGapfillSeries: Plot an overview of a the results of a SSA gapfilling (from a...

Description Usage Arguments Author(s) See Also

View source: R/plotGapfillSeries.R

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

1
2
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.

...

Author(s)

Jannis v. Buttlar

See Also

gapfillSSA, gapfillNcdf image ..visualize_ncdf_demo should be here


spectral.methods documentation built on May 1, 2019, 6:36 p.m.