Description Usage Arguments Examples
View source: R/calculateIQDparallel.R
This function calculates the IQD between data stored at paths at index i in the two input lists.
1 2 3 4 5 6 7 8 | calculateIQDparallel(
i,
RCM_input_list,
dataset_input_list,
output_list,
seasons_list,
remove_indices = NULL
)
|
i |
input index for parallization, specifies what portion of data to work on |
RCM_input_list |
List of paths to input climamodel data |
dataset_input_list |
List of paths to input dataproduct data |
output_list |
List of output paths |
remove_indices |
Which indices to remove. Defaults to NULL |
season_list |
List of seasons to calculate for |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.