Take LHC experiment from database and produce plots of the results
1 2 3 | graph_lhc_analysis(dblink, parameters, measures, measure_scale,
output_directory, experiment_id = NULL, experiment_date = NULL,
experiment_description = NULL, output_type = 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 |
measure_scale |
The scale in which each response is measured. Included on the output plot |
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_type |
Type of graph to produce. Can be PDF, TIFF, PNG, BMP |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.