rmt_plot.rmt3dms_2d_array plots a MODFLOW 2D array.

# S3 method for rmt_2d_array
rmt_plot(
  rmt_2d_array,
  btn,
  mask = {     warning("Using first icbund layer as mask.", call. = FALSE)    
    btn$icbund[, , 1] },
  ...
)

Arguments

rmt_2d_array

an object of class rmt_2d_array

btn

basic transport file object

...

arguments passed to RMODFLOW::rmf_plot.rmf_2d_array

Value

ggplot2 object or layer; if plot3D is TRUE, nothing is returned and the plot is made directly