R/PPtree.R

is.PPtree <-
function (x) {
  inherits(x, "PPtree")
}


plot.PPtree <- 
function (x, ...) 
{  
  # Get the hclust object and plot it
  hTree <- x$hTree
  plot(hTree, ...)
}

Try the entropart package in your browser

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

entropart documentation built on Sept. 26, 2023, 5:09 p.m.