ndim_search: ndim_search

Description Usage Arguments Value See Also

View source: R/mod.R

Description

For finding a needle in a haystack. Uses backfill() to simulate accumulation.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
ndim_search(
  so,
  ti_rng,
  to_rng,
  vi_rng,
  vo_rng,
  tp = 0.1,
  lp = 0.5,
  it = 100,
  n = 10000,
  batch = 10
)

Arguments

so

is a spatial object (creek nodes)

ti_rng

is the range of temporal input rates to search

to_rng

is the range of temporal output rates to search

vi_rng

is the range of volumetric input rates to search

vo_rng

is the range of volumetric input rates to search

tp

is the turbulent deposition probability

lp

is the laminar deposition probability

it

is the number of iterations to perform at each point

n

is the number of years to simulate accumulation, an integer

Value

a list with elements (record, mean output rate)

See Also

backfill


crumplecup/muddier documentation built on Aug. 18, 2021, 11:02 a.m.