plot.mf2darray plots a MODFLOW 2D array.

# S3 method for mf2darray
plot3d(mf2darray, 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)

Arguments

mf2darray

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

Value

None