if (FALSE) {
# \donttest{
# Suppose 'mf' is an epmfd_misfit with scores Gnp, U3p, lpz
# 2D: single plot
plot_misfit(mf, stats = c("Gnp","U3p"), any = TRUE)
# 2D: all pairwise plots
plot_misfit(mf, stats = c("Gnp","U3p","lpz"))
# 3D: with cut-off planes
plot_misfit(mf, stats = c("Gnp","U3p","lpz"), threeD = TRUE, planes = TRUE)
# 3D: points only (no planes)
plot_misfit(mf, stats = c("Gnp","U3p","lpz"), threeD = TRUE, planes = FALSE)
# }
}
Run the code above in your browser using DataLab