View source: R/amaretto_htmlreport.R
plot_run_history | R Documentation |
Title plot_run_history
plot_run_history(AMARETTOinit, AMARETTOresults)
AMARETTOinit |
AMARETTO initialize output |
AMARETTOresults |
AMARETTO results output |
plot
data('ProcessedDataLIHC')
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC,
NrModules = 2, VarPercentage = 50)
AMARETTOresults <- AMARETTO_Run(AMARETTOinit)
plot_run_history(AMARETTOinit,AMARETTOresults)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.