Learn R Programming

ncdf.tools (version 0.7.1.295)

plotDatacube: Visualize/plot an overview of a netCDF file

Description

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

Usage

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