Skip to content

Commit

Permalink
update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Nov 29, 2023
1 parent d1d5796 commit 6ca0e67
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions inst/scripts/test.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,10 @@ myFun <- function(mat, per = 0.1) {
mat
}


input_mat <- myFun(original, 0.95)
input_mat <- input_mat[tree$tip.label,]
fit <- fitMk(tree = primate.tree, x = input_mat,
model = "ARD", pi = "fitzjohn",
lik.func = "pruning", logscale = TRUE)
ace <- ancr(fit, tips=TRUE)
plot(ace, args.plotTree = list(direction="upwards"))














0 comments on commit 6ca0e67

Please sign in to comment.