Skip to content

Commit

Permalink
another error
Browse files Browse the repository at this point in the history
  • Loading branch information
cysouw committed May 7, 2024
1 parent ba91f76 commit e37b9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions man/splitWordlist.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,11 @@ sim <- tcrossprod(H$CW*1)
diag(sim) <- 0
sim <- drop0(sim, tol = 5)
sim <- sim[rowSums(sim) > 0, colSums(sim) > 0]

\dontrun{
# this might lead to errors on some platforms because of non-ASCII symbols
plot( hclust(as.dist(-sim), method = "average"), cex = .5)
}

# ----- investigate regular sound correspondences -----

Expand Down

0 comments on commit e37b9ca

Please sign in to comment.