rmf_plot.hpr: Plot a MODFLOW head predictions file

View source: R/plot.R

rmf_plot.hprR Documentation

Plot a MODFLOW head predictions file

Description

Plot a MODFLOW head predictions file

Usage

## S3 method for class 'hpr'
rmf_plot(hpr, type = "scatter", hobdry = -888, bins = NULL)

Arguments

hpr

head predictions file object

type

plot type: 'scatter', 'residual' or 'histogram'

hobdry

value used to flag dry cells; defaults to -888

bins

number of bins to use in the histrogram plot; defaults to the Freedman-Diaconis rule


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