Learn R Programming

spectral.methods (version 0.7.2.124)

plotGapfillCube: 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 (i.e. the results of a call to gapfillNcdf) . html{image ..visualize_ncdf_demo should be here}latex{}{}

Usage

plotGapfillCube(file.orig, file.filled = sub("[.]nc", "_gapfill.nc", 
    file.orig), file.prefill = "", data.orig = c(), data.filled = c(), 
    data.prefill = c(), n.series = 16, lwd = 2, max.cores = 1, 
    ...)

Arguments

file.orig
object to plot: file name or file.con object linking to the original (unfilled) ncdf file
file.filled
object to plot: file name or file.con object linking to the filled ncdf file
file.prefill
object to plot: file name or file.con object linking to the prefilled ncdf file
data.orig
array: data (see file.orig). Can be supplied to prevent the reloading of huge datacubes.
data.filled
see data.orig
data.prefill
see data.orig
n.series
integer: how many example series to plot
lwd
graphical parameter, see ?par
max.cores
integer: amount of cores to use for parallelized computations.
...

Value

  • some overview statistics of the different datacubes.