rmf_plot.hob | R Documentation |
Plot a RMODFLOW hob object
## S3 method for class 'hob' rmf_plot( hob, dis, i = NULL, j = NULL, k = NULL, prj = rmf_get_prj(dis), kper = NULL, ... )
hob |
|
dis |
|
i |
row number to plot |
j |
column number to plot |
k |
layer number to plot |
prj |
projection file object; defaults to NULL |
kper |
integer specifying the stress-period to plot |
... |
additional arguments passed to |
specifying all of the i, j & k
arguments will plot a time series at that cell location. The observations are grouped by name.
ggplot2 object or layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.