I want to make stacked plots, something akin to what par(mfrow=c(6,1))
will produce. My dataset includes 5 variables (5 columns) that I want
to put on y axis and one x variable. Essentially, these y variables
are independent of each other. Thus, what I am trying to achieve is
simply stack different plots atop each other, but label the x axis
only on the bottom plot.
So far, the facet_grid() examples I have seen use a variable or
variables that are dependent on each other to split the data into
several plots on a grid. So I am wondering if this function is
suitable for my purposes. If not, is there another way to accomplish
this in ggplot2?
Thanks
Vikram
Vikram
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: http://gist.github.com/270442
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
Vikram