Description Usage Arguments Value
View source: R/runtime_comparison.r
Compare runtimes of CellDMC and TCA (GMM and MLE modes)
1 2 3 4 5 6 | runtime_comparison(
plot_dir,
plot_type = "tiff",
sample.sizes = c(50, 100, 200),
number.sites = c(1000, 10000, 50000, 1e+05)
)
|
plot_dir |
Directory to save plot of results |
plot_type |
Extension for saving plot graphics, such as pdf or png |
sample.sizes |
Vector of sample sizes to run |
number.sites |
Vector of number of features to run |
A list of the runtime results and plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.