diff --git a/R/plotTree.wBars.R b/R/plotTree.wBars.R index 0b2ebada..2ee3bcdb 100644 --- a/R/plotTree.wBars.R +++ b/R/plotTree.wBars.R @@ -108,7 +108,7 @@ plotTree.barplot<-function(tree,x,args.plotTree=list(), ## written by Liam J. Revell 2014, 2015, 2018, 2019 plotTree.wBars<-function(tree,x,scale=NULL,width=NULL,type="phylogram", - method="plotTree",tip.labels=FALSE,col="grey",border=NULL,...){ + method="plotTree",tip.labels=FALSE,col="grey",border="black",...){ if(!inherits(tree,"phylo")) stop("tree should be an object of class \"phylo\".") if(is.null(scale)){ scale<-0.3*max(nodeHeights(tree))/diff(range(x)) @@ -201,6 +201,9 @@ plotTree.wBars<-function(tree,x,scale=NULL,width=NULL,type="phylogram", if(length(col)