View source: R/run_iteration.R
run_iteration | R Documentation |
A single run is computed following the simple steps:
Subsetting levels in each bin: Here the working units (WU) are defined
Standardisation of assemblage data in each WU
Calculation of calculated as the dissimilarity coefficient (dissimilarity_coefficient)
Calculation of RoC between WUs: RoC is calculated as (dissimilarity_coefficient) standardised by age differences between WUs.
run_iteration(
data_source_run,
bin_selection = "first",
standardise = FALSE,
n_individuals = 150,
tranform_to_proportions = TRUE,
dissimilarity_coefficient = "euc",
time_standardisation = 500,
verbose = FALSE
)
data_source_run |
List with |
bin_selection |
Character. Setting determining the the process of selection of samples from bins.
|
standardise |
Logical. If |
n_individuals |
Numeric. Number of grain to perform standardisation to.
The |
tranform_to_proportions |
Logical. Should the community data be transformed to a proportion during calculations? |
dissimilarity_coefficient |
Character. Dissimilarity coefficient. Type of calculation of differences
between Working Units. See
|
time_standardisation |
Numeric. Units scaling for result RoC values. For example,
if |
verbose |
Logical. If |
estimate_roc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.