plot.baggr_cv {baggr} | R Documentation |
Plotting method for results of baggr LOO analyses
Description
Plotting method for results of baggr LOO analyses
Usage
## S3 method for class 'baggr_cv'
plot(x, y, ..., add_values = TRUE)
Arguments
x |
output from loocv that has |
y |
Unused, ignore |
... |
Unused, ignore |
add_values |
logical; if |
Value
ggplot2
plot in similar style to baggr_compare default plots
[Package baggr version 0.7.11 Index]