liamrevell / phytools

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

Changing type to cladogram within cophylo #93

Closed JonathonMifsud closed 2 years ago

JonathonMifsud commented 3 years ago

Hi Liam,

Phytools has been a wonderfully helpful package, thanks for this! I have recently been using the cophylo function and have been finding that specifying the type parameter has no effect like it typically does in the plotSimmap function.

I have tried the following: plot(phytools::cophylo(tree1, tree2, assoc_table, type="cladogram"), ftype="off", type = "cladogram") Or cophylo1 <- phytools::cophylo(tree1, tree2, assoc_table, type="cladogram") plot.cophylo(cophylo1, ftype = "off", type="cladogram")

Any help would be greatly appreciated!

liamrevell commented 2 years ago

Just added this. See my blog for more details.