Re: [R] How do I plot geoms in parallel in ggplot

2010-05-06 Thread Charlotte Wickham
You'll have to reshape your data so that each row corresponds to a single subject, time and measurement. I.e. something like: SubjTime variable value 11Height9 11Weight 4 11WBC 4 11Plt

[R] How do I plot geoms in parallel in ggplot

2010-05-06 Thread George Chen
Hello, I am new to ggplot. Please forgive my ignorance! I have patient data such that each individual is a row and then the attributes are in columns. So for example: SubjTimeHeightWeightWBCPlt 11944150 1