Description Usage Arguments Author(s) Examples
image2D
generates a 2-D image (x=time, y=depth) of the dynamic output.
matplot1D
plots how profiles change with time. These plots will have the depth on the y-axis, and will plot all profiles.
plot
plots steady-state profiles, with the depth on the y-axis.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## S3 method for class 'CNPDIAdyn'
image2D(z, which, ylim = c(20, 0),
colkey = list(cex.clab = 0.8, line.clab = 0.5, cex.axis = 0.8), ...)
## S3 method for class 'MPBDIAdyn'
image2D(z, which, ylim = c(20, 0),
colkey = list(cex.clab = 0.8, line.clab = 0.5, cex.axis = 0.8), ...)
## Default S3 method:
matplot1D(z, ...)
## S3 method for class 'CNPDIAdyn'
matplot1D(z, which, ylim = c(20, 0),
type = "l", col = "grey", lty = 1, ...)
## S3 method for class 'MPBDIAdyn'
matplot1D(z, which, ylim = c(20, 0),
type = "l", col = "grey", lty = 1, ...)
matplot1D (z, ...)
## S3 method for class 'CNPDIAstd'
plot(x, ..., which, ylim = c(20, 0))
## S3 method for class 'MPBDIAstd'
plot(x, ..., which, ylim = c(20, 0))
|
z |
object of class |
x |
object of class |
which |
The name(s) of the 1-dimensional output to be plotted versus time. |
ylim |
The ranges of the y-axis. default it to have the y-axis extend downward, from 0 to 20 cm |
colkey |
A list with specifications of the color key. The default is to have a smaller title ( |
type, col, lty |
The type of plot, the color and type of the lines used for plotting |
... |
Any argument passed to the functions image2D and matplot.1D . |
Karline Soetaert
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.