| plot_biasvar | R Documentation |
Produces a ggplot2 plot of total error (MSE) against bias and variance based
on results generated by tune_deconv(). Primarily useful for examining the
effect of altering compensation or lambda.
plot_biasvar(result, subclass = 1, xvar = colnames(result)[1])
result |
Dataframe of tuning results generated by |
subclass |
Character value specifying which cell subclass to plot, or numeric selecting the subclass by factor level. |
xvar |
Character value specifying column in |
ggplot2 line plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.