An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130708/5ba49530/attachment.pl>
Complex Association Plots
2 messages · Olga Musayev, Jim Lemon
Hi Olga, One possibility is a nested bar plot of proportions. This can be done with the barNest function in the plotrix package. Check the Titanic example. Jim
I'm new to R plotting, so please be gentle. I want to make a large association plot, showing whether each combination of variables averages more or less than the whole for proportion in a certain category. So, for example: Dependent Variable: eye color (30% green, 45% brown, 25% blue on average) Independent Variables: hair color, skin color, hair type How would I generate a block for each of those combinations of variables and show the average distribution of eye color compared to the average? [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.