liamrevell / phytools

GNU General Public License v3.0
198 stars 56 forks source link

cophylo not plotting the second tree #153

Open bshahid5 opened 2 months ago

bshahid5 commented 2 months ago

Hi, I used: tree1<- read.tree("Raxml.tre") tree2 <- read.tree("Astral.tre") trees <- c(tree1,tree2)

text <- read.table("cophylo_text.txt") data <-cophylo(multi2di(trees[[2]]),multi2di(trees[[1]]), assoc=text) plot(data,fsize=0.5)

however, only one of the trees gets plotted whichever one is mentioned first.

Screenshot 2024-04-09 at 14 57 58