Mine the DB for an eFAST experiment and plot the results
1 2 3 | graph_efast_analysis(dblink, parameters, measures, output_directory,
experiment_id = NULL, experiment_date = NULL,
experiment_description = NULL, output_types = c("pdf"))
|
dblink |
A link to the database in which the results are stored |
parameters |
The parameters of the simulation that are being analysed |
measures |
The measures of the simulation that are being assessed |
output_directory |
Where graphs should be output to |
experiment_id |
Experiment ID for the experiment being plotted. 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 |
output_types |
Files types of graph to produce (pdf,png,bmp etc) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.