NullModels | R Documentation |
Null Model Analysis
NullModels(
matrix01,
rawdata,
NMalgo,
NESTmethod,
Nrun,
Nsim,
TargetInsurance = FALSE,
save,
name
)
matrix01 |
formatted matrix to calculate network indices, nestedness and modularity - use contingency_mat_targets |
rawdata |
a dataframe with targets of the SDGs in columns and NCSs in rows - use sheets_to_df |
NMalgo |
name of null model algorithm |
NESTmethod |
method to calculate nestedness, use "NODF" or "weighted NODF" |
Nrun |
Number of replicate runs for metaComputesModules |
Nsim |
Number of null matrices |
TargetInsurance |
if TRUE, compute Insurance indices, if FALSE calculate network indices |
save |
if statement to save the results |
name |
the name of the data to be saved |
a 3 column dataframe with null model results for nestedness and modularity OR TOi and TUI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.