Ggplot: How to change facet labels?

Change the underlying factor level names with something like.

Change the underlying factor level names with something like: # Using the Iris data > I levels(i$Species) 1 "setosa" "versicolor" "virginica" > levels(i$Species) ggplot(i, aes(Petal. Length)) + stat_bin() + facet_grid(Species ~ . ).

Great, it works well; even though I would have preferred a solution that doesn't change the underlying data, it solved my problem so I could move with my work. Thank you. – wishihadabettername Aug 13 '10 at 2:23.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions