prepare_data | R Documentation |
Create a single list with all information needed to estimate RoC. This is done because such list can be then evaluated in parallel.
prepare_data(
data_source_prep,
working_units = c("levels", "bins", "MW"),
bin_size = 500,
number_of_shifts = 5,
rand = NULL
)
data_source_prep |
List with |
working_units |
Character. Selection of units that the dissimilarity_coefficient will be calculated between.
|
bin_size |
Numeric. Size of the time bin (in years) |
number_of_shifts |
Numeric. Value determining the number of shifts of window used in Moving window method |
rand |
Numeric. Number of runs used in randomisation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.