rmf_plot.rmf_4d_array | R Documentation |
rmf_plot.rmf_4d_array
plots a 2D section through a MODFLOW 4D array.
## S3 method for class '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 |
specifying all of the i, j & k
arguments will plot a time series at that cell location
ggplot2 object or layer; if plot3D is TRUE, nothing is returned and the plot is made directly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.