plotDatacube: Visualize/plot an overview of a netCDF file

Description Usage Arguments Value Author(s)

Description

This function plots some overview statistics of a netCDF file. image ..visualize_ncdf_demo should be here

Usage

1
2
3
plotDatacube(data.object, data = c(), fourth.dim = 0, var.name = "auto", 
    parallel = FALSE, max.cores = 16, n.series = 16, lwd = 2, 
    ...)

Arguments

data.object

object to plot: file name or file.con object linking to a netCDF file

data

array: data to plot. Can be passed to the function to prevent the repeated loading of huge netCDF data.

fourth.dim

position in possible forth dimension (height, spectral band etc) to plot

var.name

character string: name of the variable to plot

parallel

logical: Whether to parallelize the computations.

max.cores

integer: maximum amount of cores to use for the parallelized computations.

n.series

integer: amount of example series to plot

lwd

integer: graphical parameter, see ?par

...

Value

some overview statistics of the different datacubes.

Author(s)

Jannis v. Buttlar


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.