rmt_plot.rmt_2d_array: Plot a MT3DMS 2D array

Description Usage Arguments Value

View source: R/plot.R

Description

rmt_plot.rmt3dms_2d_array plots a MODFLOW 2D array.

Usage

1
2
3
4
5
6
7
8
## S3 method for class '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


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