Skip to content

Commit

Permalink
speed up example
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Jan 31, 2024
1 parent 7a6c2d9 commit 1cd2373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/superTree.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ dist.superTree <- function(tree, trace = 0, fun, start = NULL,
#' bs <- bootstrap.phyDat(Laurasiatherian,
#' FUN = function(x) upgma(dist.hamming(x)), bs=50)
#'
#' mrp_st <- superTree(bs)
#' mrp_st <- superTree(bs, minit = 25, maxit=50)
#' plot(mrp_st)
#' \dontrun{
#' \donttest{
#' rf_st <- superTree(bs, method = "RF")
#' spr_st <- superTree(bs, method = "SPR")
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/superTree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cd2373

Please sign in to comment.