GabrielNakamura / FishPhyloMaker

Making phylogenies for a list of fish species
https://gabrielnakamura.github.io/FishPhyloMaker/
Other
7 stars 5 forks source link

Vignette error #11

Open brunomioto opened 2 years ago

brunomioto commented 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

brunomioto commented 2 years ago

I tried it with taxon_data$Taxon_data_FishPhyloMaker$f and it seemed to work, but I can't run the for loop