Open brunomioto opened 2 years ago
Hi!
I tried to run the Vignette , but there's an error with a wrong object name
library(ggtree) tree.PR<- phylo_fish_streams$Phylogeny tree.PR <- ape::makeNodeLabel(tree.PR) phylo <- tree.PR rm.famNames <- which(table(taxon_dataPR$f) == 1) # monotipic families
gives Error in table(taxon_dataPR$f) : object 'taxon_dataPR' not found
Error in table(taxon_dataPR$f) : object 'taxon_dataPR' not found
I tried it with taxon_data$Taxon_data_FishPhyloMaker$f and it seemed to work, but I can't run the for loop
taxon_data$Taxon_data_FishPhyloMaker$f
for
Hi!
I tried to run the Vignette , but there's an error with a wrong object name
gives
Error in table(taxon_dataPR$f) : object 'taxon_dataPR' not found