Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Sep 22, 2023
1 parent 085cda7 commit a397963
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions vignettes/articles/phangorn.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -368,23 +368,10 @@ phyData
```

```{r}
system.time({
fit <- pml(pruned_tree, phyData)
asr_output <- ancestral.pml(fit, 'ml')
})
fit <- pml(pruned_tree, phyData)
asr_output <- ancestral.pml(fit, 'ml')
```












```{r}
system.time(
fit <- fitMk.parallel(
Expand Down

0 comments on commit a397963

Please sign in to comment.