Displaying 1 result from an estimated 1 matches for "densityidentity".
2011 Sep 12
1
plot 3 lines with ggplot2
...-axis would be the symbol
or row number, although I'd prefer that not to be shown.
Aesthetically, I'd like the plot to look like this one (except with 3
lines), although I believe that's not the proper kind of plot for my
data:
http://www.ling.upenn.edu/~joseff/rstudy/plots/ggplotintro/densityidentity.png
http://www.ling.upenn.edu/~joseff/rstudy/summer2010_ggplot2_intro.html
Is there a way to do this with my data? From what I've been reading,
I get the sense that my data might be in the wrong format for what I'm
trying to do. I've tried experimenting with melt to reformat my data,...