Description Usage Arguments Details Value See Also Examples
View source: R/treeplyr_functions.R
This function can be used to group a treedata object by some factor.
| 1 2 3 4 5 | 
| .data | An object of class  | 
| ... | The name of the grouping factor. | 
| .add | By default, when .add = FALSE, group_by will override existing groups. To instead add to the existing groups, use .add = TRUE | 
| x | An object of class  | 
Groups the data frame and phylogeny by one of the factors in the data table.
An object of class grouped_treedata.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.