R/print.eDis.R

Defines functions print.eDis

#' A print method for `eDis` objects to avoid printing the tree and metadata

print.eDis <- function(x, ...) {
    print(x$phy.full)
    print(x$phy.sub)
    print(x$intersect)
}
andrew-hipp/2021-pd-vs-ed documentation built on Jan. 29, 2023, 11:37 a.m.