# Load CV output from saved file
cv_file <- system.file(
"extdata", "rdm_minimal", "abc", "cv", "neuralnet.rds",
package = "eam"
)
abc_neuralnet_cv <- readRDS(cv_file)
# Plot parameter pair correlations
plot_cv_pair_correlation(abc_neuralnet_cv)
Run the code above in your browser using DataLab