Plot a RMT3DMS list object

# S3 method for 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