plot3d: Color Map of Dynamic Simulation Output

Description Usage Arguments Value Note Author(s)

Description

Creates a color map from an object of class sim1D.

Usage

1
2
3
plot3d(obj, item, xlab = "time", ylab = "depth", rangeT = c(NA, NA),
  rangeX = c(NA, NA), partly = TRUE, timeconv = function(x) {    
  ISOdatetime(1970, 1, 1, 0, 0, 0) + x }, ...)

Arguments

obj

Object created with sim1D.create.

item

Name of a state variable or process (character string).

xlab

Label for the time axis (x).

ylab

Label for the depth axis (y).

rangeT

Time range. Data outside this range are dropped.

rangeX

Range of spatial coordinates (e.g. depths). Data outside this range are dropped.

partly

Logical. If TRUE, the result contains data for those boxes/layers that are partly within the range rangeX. If FALSE, only data for boxes/layers being entirely within rangeX are returned.

timeconv

A function to convert numeric times to class POSIXct.

...

Further arguments to be passed to fields::image.plot. It is often useful to pass legend.mar at least.

Value

NULL

Note

The function calls fields::image.plot which is possibly incompatible with the layout to arrange multiple plots.

Author(s)

David Kneis david.kneis@tu-dresden.de


dkneis/diatools documentation built on May 15, 2019, 9:12 a.m.