Skip to content

Commit

Permalink
* R/igd.R: Fix long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 12, 2023
1 parent c07d5bb commit 0360054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/igd.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
#' pt.bg="gray", bg="white", bty = "n", pt.cex=1.5, cex=1.2)
#' cat("A is better than B in terms of Pareto optimality,\n however, IGD(A)=",
#' igd(A, ref), "> IGD(B)=", igd(B, ref),
#' "and AvgHausdorff(A)=", avg_hausdorff_dist(A, ref), "> AvgHausdorff(A)=", avg_hausdorff_dist(B, ref),
#' "and AvgHausdorff(A)=", avg_hausdorff_dist(A, ref),
#' "> AvgHausdorff(A)=", avg_hausdorff_dist(B, ref),
#' ", which both contradict Pareto optimality.\nBy contrast, IGD+(A)=",
#' igd_plus(A, ref), "< IGD+(B)=", igd_plus(B, ref), ", which is correct.\n")
#'
Expand Down
3 changes: 2 additions & 1 deletion man/igd.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0360054

Please sign in to comment.