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@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. > ______________________________________________ R-help@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.