rmf_plot.rmf_4d_array: Plot a 2D section through a MODFLOW 4D array

View source: R/plot.R

rmf_plot.rmf_4d_arrayR Documentation

Plot a 2D section through a MODFLOW 4D array

Description

rmf_plot.rmf_4d_array plots a 2D section through a MODFLOW 4D array.

Usage

## S3 method for class 'rmf_4d_array'
rmf_plot(array, dis, i = NULL, j = NULL, k = NULL, l = NULL, ...)

Arguments

array

an object of class rmf_3d_array

dis

discretization file object

i

row number to plot

j

column number to plot

k

layer number to plot

l

time step number to plot

...

parameters provided to rmf_plot.rmf_3d_array

Details

specifying all of the i, j & k arguments will plot a time series at that cell location

Value

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


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.