liamrevell / phytools

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

Error in seq.int(from, to, length.out = n) : 'to' must be a finite number #81

Closed ReemH91 closed 3 years ago

ReemH91 commented 3 years ago

I am attempting to plot a cophylo, and I get this error: "Error in seq.int(from, to, length.out = n) : 'to' must be a finite number" and I get this plot: image

I would post a reproducible example, but it took 8 hours to run cophylo.

How can I possible solve my problem?

ReemH91 commented 3 years ago

Okay, I now realized it's because of the branch lengths on the second tree. They're far too short. How can I possibly adjust them?