View source: R/plot_cond_num.R
plot_cond_num | R Documentation |
create condition number plots for deconvolution results
plot_cond_num(results.df, algorithm.order = NULL)
results.df |
data frame containing results as returned by prepare_data |
algorithm.order |
character vector of algorithm names specifying the plotting order |
list containing 3 plots:
1) cond_num_plot - barplot of average condition numbers
2) cond_vs_score - scatter plot of
average condition number vs. score for each algorithm
3) variation_plot - scatter plot of standard deviation of
score vs. standard deviation of condition number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.