plot_data: plot_data

Description Usage Arguments Value

View source: R/plot_data.R

Description

plot_data

Usage

1
2
3
4
5
6
7
8
plot_data(
  multiarray,
  title = "",
  value_min = NULL,
  value_max = NULL,
  fill_gradient_low = "grey90",
  fill_gradient_high = "red"
)

Arguments

multiarray

multidimensional MODFLOW array

title

title for plot

value_min

minimum value. All smaller values will be excluded from dataset (default: NULL)

value_max

maximum value. All larger values will be excluded from dataset (default: NULL)

fill_gradient_low

fill_gradient_low (default: "grey90")

fill_gradient_high

fill_gradient_high (default: "red")

Value

plot all Modflow layers


KWB-R/dwc.ar4gw documentation built on Dec. 18, 2021, 2:35 a.m.