View source: R/dCVnet_plotting.R
prediction_error_plot | R Documentation |
Plot the prediction error of a dCVnet performance object.
prediction_error_plot(x, bylabel = FALSE, log = FALSE, jitter = 0, plot = TRUE)
x |
a |
bylabel |
(bool) should a different facet be plotted for each
level of |
log |
(bool) should x and y axes be log(1 + x) transformed (useful for poisson) |
jitter |
(numeric) if nonzero then the requested amount of jitter will be applied to x and y values. |
plot |
(bool) produce the plot? or just return the plot and data. |
a list containing the plot and source data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.