rmt_plot.tob: Plot a RMT3DMS tob object

Description Usage Arguments Details Value

View source: R/plot.R

Description

Plot a RMT3DMS tob object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'tob'
rmt_plot(
  tob,
  btn,
  i = NULL,
  j = NULL,
  k = NULL,
  what = "concentrations",
  prj = RMODFLOW::rmf_get_prj(btn),
  ...
)

Arguments

tob

RMT3DMS tob object

btn

RMT3DMS btn object

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 rmt_plot.rmt_list

Details

specifying all of the i, j & k arguments will plot a time series at that cell location. The observations are grouped by name.

Value

ggplot2 object or layer


rogiersbart/RMT3DMS documentation built on Oct. 16, 2021, 9:45 a.m.