R/plot.nomclust.R

Defines functions plot.nomclust

plot.nomclust=function(x, main = "Dendrogram", ...){
  dend.plot(x, main = main, clusters = 1, colorful = F, ...)
}

Try the nomclust package in your browser

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

nomclust documentation built on Aug. 18, 2023, 5:06 p.m.