Plot a RMT3DMS tob object
# S3 method for tob rmt_plot( tob, btn, i = NULL, j = NULL, k = NULL, what = "concentrations", prj = RMODFLOW::rmf_get_prj(btn), ... )
tob |
|
---|---|
btn |
|
i | row number to plot |
j | column number to plot |
k | layer number to plot |
what | character, either 'concentrations' (default) or 'fluxes'. Denotes which observations to plot. |
prj | projection file object |
... | additional arguments passed to |
ggplot2 object or layer
specifying all of the i, j & k
arguments will plot a time series at that cell location. The observations are grouped by name.