diff --git a/man/bab.Rd b/man/bab.Rd index 923d0cf2..4f90ab72 100644 --- a/man/bab.Rd +++ b/man/bab.Rd @@ -5,7 +5,7 @@ \alias{BranchAndBound} \title{Branch and bound for finding all most parsimonious trees} \usage{ -bab(data, tree = NULL, trace = 0, ...) +bab(data, tree = NULL, trace = 0, ILBound = TRUE, ...) } \arguments{ \item{data}{an object of class phyDat.} @@ -15,6 +15,9 @@ pratchet search is performed.} \item{trace}{defines how much information is printed during optimization.} +\item{ILBound}{compute incompatibility lower bound (default TRUE) of +Holland (2005).} + \item{\dots}{Further arguments passed to or from other methods} } \value{