td_unnest: td-unnest

Description Usage Arguments Details Value Author(s) See Also

View source: R/treedata-function.R

Description

flatterns a list-column of data frame

Usage

1
td_unnest(cols, ..., .f = NULL)

Arguments

cols

columns to unnest

...

additional parameters that pass to tidyr::unnest

.f

a function (if any, default is NULL) that pre-operate the data

Details

The 'td_unnest' function returns another function that can be used to unnest ggtree() plot data. The function can be passed to the 'data' parameter of a geom layer to flattern list-cloumn tree data.

Value

A function to unnest ggtree plot data

Author(s)

Guangchuang Yu

See Also

unnest


ggtree documentation built on Nov. 15, 2020, 2:09 a.m.