Function to retrieve robustness results from the database and produce plots
1 2 3 | graph_robustness_analysis(dblink, output_directory, parameters, measures,
ATESTSIGLEVEL = 0.23, experiment_id = NULL, experiment_date = NULL,
experiment_description = NULL)
|
dblink |
A link to the database in which this table is being created |
output_directory |
Where the graphs should be stored |
parameters |
Simulation parameters being examined |
measures |
Simulation output responses |
ATESTSIGLEVEL |
Level above 0.5 at which a difference is deemed a large difference |
experiment_id |
Experiment ID for the results being added. May be NULL if description and date specified |
experiment_date |
Date experiment created. May be NULL if adding by experiment ID |
experiment_description |
A description of this experiment. May be NULL if adding by experiment ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.