rmf_plot.hob: Plot a RMODFLOW hob object

View source: R/plot.R

rmf_plot.hobR Documentation

Plot a RMODFLOW hob object

Description

Plot a RMODFLOW hob object

Usage

## S3 method for class 'hob'
rmf_plot(
  hob,
  dis,
  i = NULL,
  j = NULL,
  k = NULL,
  prj = rmf_get_prj(dis),
  kper = NULL,
  ...
)

Arguments

hob

RMODFLOW hob object

dis

RMODFLOW dis object

i

row number to plot

j

column number to plot

k

layer number to plot

prj

projection file object; defaults to NULL

kper

integer specifying the stress-period to plot

...

additional arguments passed to rmf_plot.rmf_list

Details

specifying all of the i, j & k arguments will plot a time series at that cell location. The observations are grouped by name.

Value

ggplot2 object or layer


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