R/print.clusterTree.R

Defines functions print.clusterTree

Documented in print.clusterTree

print.clusterTree <-
function(x, ...) {
  class(x) <- "list"
  print(x)  
}

Try the TDA package in your browser

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

TDA documentation built on Feb. 16, 2023, 6:35 p.m.