Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Oct 2, 2023
1 parent 305b681 commit f3d45df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vignettes/articles/phytools2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ ncbi_tree$Do(function(node) {

```{r}
Attribute_group_var <- unique(phys_data_ready$Attribute_group)
Attribute_group_var <- Attribute_group_var[!is.na(Attribute_group_var)]
Attribute_type_var <- unique(phys_data_ready$Attribute_type)
Attribute_type_var <- Attribute_type_var[!is.na(Attribute_type_var)]
ncbi_tree$Do(
function(node) taxPool(node = node, grp = Attribute_group_var, typ = Attribute_type_var),
traversal = 'post-order'
Expand Down

0 comments on commit f3d45df

Please sign in to comment.