Description Usage Arguments Value See Also
Fit multiple fluvial deposit runs to observed deposits.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | fluvial_fit(
batch = 10,
n = 10,
min_cap = 0,
max_cap = 1,
min_stor = 0,
max_stor = 1,
min_turn = 50,
max_turn = 10000,
storage_index,
source_index,
source_prob,
gravel_index,
gravel_prob,
obs,
fines = F
)
|
batch |
The number of times to randomly select model parameters. |
n |
The number of runs to simulate at selected paramaters. |
min_cap |
= The minimum capture rate to consider, ranging 0-1, less than max_cap. |
max_cap |
= The maximum capture rate to consider, ranging 0-1, greater than min_cap. |
min_stor |
= The minimum storage rate to consider, ranging 0-1, less than max_stor. |
max_stor |
= The maximum storage rate to consider, ranging 0-1, greater than min_stor. |
min_turn |
= The minimum turnover period to consider, in years, less than max_turn. |
max_turn |
= The maximum turnover period to consider, in years, greater than min_turn. |
storage_index |
is the age value index for storage |
source_index |
is the age value index corresponding to the PMF source_prob |
source_prob |
is the PMF of debris-flow deposit ages |
gravel_index |
is the age value index corresponding to the PMF gravel_prob |
gravel_prob |
is the PMF of gravel ages |
obs |
The vector of observed deposit ages. |
fines |
Boolean indicating whether the observed deposits are fines. |
table of mean hit
fines_synth_n
gravel_synth_n
test_fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.