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