View source: R/plot_functions.R
acceptance_rate_plots | R Documentation |
Creates plots to compare the acceptance probabilities and time taken to run
acceptance_rate_plots( hier1, hier2, colours = c("blue", "green"), time = NA, hierarchical )
hier1 |
hierarchical/progressive Monte Carlo fusion result (will be in blue on plots by default) |
hier2 |
hierarchical/progressive Monte Carlo fusion result (will be in green on plots by default) |
colours |
vector of 2 colours, where colours[1] is for hier1 and colours[2] is for hier2 |
time |
time that you are comparing, if not appropriate, can use NA |
hierarchical |
logical value to determine if it was a result from hierarchical fusion (TRUE) or progressive fusion (FALSE) return None |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.