Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jan 13, 2022
1 parent 37bf720 commit 9e70979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/stability.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ TipInstability <- function (trees, log = TRUE, average = 'mean',
} else {
nTip <- NTip(trees[[1]])
}
nTree <- length(trees)

dists <- vapply(trees, GraphGeodesic, double(nTip * nTip),
nTip = nTip, log = log, asMatrix = FALSE)
Expand Down

0 comments on commit 9e70979

Please sign in to comment.