I am trying to upload a phylogenetic tree named Symonds.tre that is in my working directory and is .tre
library(ape)
symondsTree <- read.tree("symonds.tre")
Error message is:
Error in if (all(phy$node.label == "")) phy$node.label <- NULL :missing value where TRUE/FALSE needed
Do I have to do something to the labels or nodes, is there something missing? Thanks for your help, Y