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

466 views Asked by At

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:

Cophylo plot gone wrong

enter image description here

My code: plot(obj1,fsize=c(0.05,0.05), link.type="curved", lwd=c(0.2, 0.2))

What is going on here?

0

There are 0 answers