6 | 7 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,8 @@ |
1 |
+##' @importFrom tidytree offspring |
|
2 |
+##' @method offspring ggtree |
|
3 |
+##' @export |
|
4 |
+offspring.ggtree <- function(.data, .node, tiponly = FALSE, self_include = FALSE, ...) { |
|
5 |
+ offspring.tbl_tree(.data$data, .node = .node, |
|
6 |
+ tiponly = tiponly, |
|
7 |
+ self_include = self_include,...) |
|
8 |
+} |