Re: [R] Question about plot.mona {cluster}

2011-09-09 Thread Dennis Murphy
Hi: Here are a couple of ways to do this. The barplot() attempt is pretty close to the original banner plot except that the color is transparent to the (white) background. The ggplot2 graph is similar, but the code may be less familiar if you don't use the package. In the latter, the variable name

[R] Question about plot.mona {cluster}

2011-09-09 Thread trekvana
Hello all, I what to print the banner plot that is output from the mona method in the cluster package but the problem is I dont want to print all that red ink. Here is an example: data(animals) ma <- mona(animals) ma ## Plot similar to Figure 10 in Struyf et al (1996) plot(ma) I can change the ba