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

Description Usage Arguments Value Author(s)

Description

This function plots some overview statistics of the results of a gapfilling (i.e. the results of a call to gapfillNcdf) . image ..visualize_ncdf_demo should be here

Usage

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

Author(s)

Jannis v. Buttlar


spectral.methods documentation built on May 2, 2019, 4:20 p.m.