Monday, 9 September 2013

qplot facet two histograms

qplot facet two histograms

Hi I have the following columns in a table:
Person
Score1
Score2
and I can plot a historgram of the scores using qplot:
qplot(Score1,data = dat,geom="histogram")
which is fine, - but how do I plot two histograms side by side - one with
Score1 and one with Score2.
Thanks!

No comments:

Post a Comment