Bar chart of mean predictive ability per model, with +/- 1 SD whiskers across folds.
Usage
# S3 method for class 'gs_cv'
plot(x, ...)Arguments
- x
A
gs_cvobject.- ...
Passed to
graphics::barplot().
Examples
sim <- simulate_population(n = 120, m = 400, seed = 1)
# \donttest{
plot(gs_cv(sim$pheno, sim$geno, models = "gblup", k = 5, seed = 1))
# }