View source: R/prepare_analysis_composite.R
prepare_analysis_composite | R Documentation |
Prepare the analysis files for the composite indices
prepare_analysis_composite(
frequency,
type,
species_group_id,
location_group_id,
models,
base,
project,
scheme_id = "ABV",
seed = 20070315,
overwrite = FALSE,
verbose = TRUE
)
frequency |
frequency of the analysis (year or cycle) |
type |
the model type |
species_group_id |
the species_group ID |
location_group_id |
the location_group ID |
models |
a dataframe with the parent models. |
base |
The base location to store the model. |
project |
Will be a relative path within the base location. |
scheme_id |
a string with the scheme id. |
seed |
The seed for the analysis.
Defaults to |
overwrite |
Should an existing object be overwritten?
Defaults to |
verbose |
display the progress |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.