rmt_plot.rmt_list: Plot a RMT3DMS list object

Description Usage Arguments Value

View source: R/plot.R

Description

Plot a RMT3DMS list object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'rmt_list'
rmt_plot(
  obj,
  btn,
  mask = btn$icbund,
  variable = "id",
  i = NULL,
  j = NULL,
  k = NULL,
  ...
)

Arguments

obj

a RMT3DMS object of class rmt_list

btn

a RMT3DMS btn object

mask

a 3D array with 0 or F indicating inactive cells; defaults to btn$icbund

variable

single character or numeric indicating which column in the rmt_list object to plot. Defaults to 'id', which plots the locations of the cells.

i

row number to plot

j

column number to plot

k

layer number to plot

...

additional arguments passed to either RMODFLOW::rmf_plot.rmf_list

Value

ggplot2 object or layer


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