plot3d.mf3darray | R Documentation |
plot.mf2darray
plots a MODFLOW 2D array.
## S3 method for class 'mf3darray' plot3d(mf3darray, layer = "all", dis, ibound = mf2darray * 0 + 1, color.palette = terrain.colors, zlim = range(mf2darray, finite = TRUE), levels = pretty(zlim, nlevels), nlevels = 20, main = "MF ARRAY plot", type = "fill", add = FALSE, xOrigin = 0, yOrigin = 0)
mf3darray |
An object of class mf2darray, or a 2D matrix |
ibound |
An ibound array with 1 or TRUE indicating active cells, and 0 or F indicating inactive cells |
color.palette |
A color palette for imaging the parameter values |
zlim |
|
levels |
|
nlevels |
|
main |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.