R/method-as-tibble.R

Defines functions as_tibble.pvclust

##' @method as_tibble pvclust
##' @export
as_tibble.pvclust <- function(x, ...) {
    tidytree::as_tibble(as.treedata(x, ...))
}

Try the treeio package in your browser

Any scripts or data that you put into this service are public.

treeio documentation built on Nov. 21, 2020, 2:01 a.m.