rmf_plot.rmf_4d_array
plots a 2D section through a MODFLOW 4D array.
# S3 method for rmf_4d_array rmf_plot(array, dis, i = NULL, j = NULL, k = NULL, l = NULL, ...)
array | an object of class rmf_3d_array |
---|---|
dis | discretization file object |
i | row number to plot |
j | column number to plot |
k | layer number to plot |
l | time step number to plot |
... | parameters provided to |
ggplot2 object or layer; if plot3D is TRUE, nothing is returned and the plot is made directly
specifying all of the i, j & k
arguments will plot a time series at that cell location