Description Usage Arguments Value See Also
For finding a needle in a haystack. Uses backfill() to simulate accumulation.
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
)
|
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 |
a list with elements (record, mean output rate)
backfill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.