R/str.pdclust.R

str.pdclust <- function(object, ...)
{
#	class(object) <- "hclust"
#	dd <- as.dendrogram(object)
#	str(dd, ...)
	str(as.dendrogram(object,...))
}

Try the pdc package in your browser

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

pdc documentation built on May 2, 2019, 9 a.m.