barplot
visualizing the (agglomerative or divisive) hierarchical clustering or
an other binary dendrogram structure.bannerplot(x, w = rev(x$height), fromLeft = TRUE,
main=NULL, sub=NULL, xlab = "Height", adj = 0,
col = c(2, 0), border = 0, axes = TRUE, frame.plot = axes,
rev.xax = !fromLeft, xax.pretty = TRUE,
labels = NULL, nmax.lab = 35, max.strlen = 5,
yax.do = axes && length(x$order) order, order.lab and
height when w, the next argument is not specified.title.plot.agnes).title(main,sub) for string adjustment.border = 0 (as per default).plot.diana).pretty() should be used for the x axis.
xax.pretty = FALSE is mainly for back compatibility.x.par) may also
be supplied as arguments to this function.data(agriculture)
bannerplot(agnes(agriculture), main = "Bannerplot")Run the code above in your browser using DataLab