Skip to content

Commit 4c3aa68

Browse files
committed
Fix example bug
1 parent 8faa6bd commit 4c3aa68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/plot_dist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#' Rome = "South", Stockholm = "North", Vienna = "North")
6262
#'
6363
#' plot_dist(eurodist, method = "cmds", gp = regions,
64-
#' highlight = c("Madrid", "North", "Rome", "Brussels"))
64+
#' highlight = c("Madrid", "Cherbourg", "Rome", "Brussels"))
6565
#'
6666
plot_dist <- function(d,
6767
method = c("cmds", "isomds", "tsne"),

man/plot_dist.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)