## Not run:phylogeny<-BIEN_phylogeny_conservative()phylogeny<-drop.tip(phy = phylogeny,tip =101:length(phylogeny$tip.label))plot.phylo(x = phylogeny,show.tip.label =FALSE)fam_nodes<-BIEN_phylogeny_label_nodes(phylogeny = phylogeny,family =TRUE)plot.phylo(x = fam_nodes,show.tip.label =FALSE, show.node.label =TRUE)gen_nodes<-BIEN_phylogeny_label_nodes(phylogeny = phylogeny, family =FALSE, genus =TRUE)plot.phylo(x = gen_nodes, show.tip.label =FALSE, show.node.label =TRUE)other_taxa <- as.data.frame(matrix(nrow =10,ncol =2))colnames(other_taxa)<-c("taxon","species")other_taxa$taxon[1:5]<-"A"#Randomly assign a few species to taxon Aother_taxa$taxon[6:10]<-"B"#Randomly assign a few species to taxon Btax_nodes <- BIEN_phylogeny_label_nodes(phylogeny = phylogeny, family =FALSE, genus =FALSE, other_taxa = other_taxa)plot.phylo(x = tax_nodes,show.tip.label =FALSE,show.node.label =TRUE)## End(Not run)
See Also
Other phylogeny functions: BIEN_phylogeny_complete(), BIEN_phylogeny_conservative()