0

in Excel you can draw something like this. does anybody know how to do it in qqplot

enter image description here

and Excel generate Graph like this.

enter image description here

what i am looking for is read circle thing? does is possible to do it in ggplot?

vjain419
  • 243
  • 1
  • 3
  • 11
  • 1
    Found the answer here : http://stackoverflow.com/questions/20571306/multi-row-x-axis-labels-in-ggplot-line-chart – vjain419 Sep 23 '15 at 21:30

1 Answers1

0

Have you tried facet_wrap or facet_grid? http://docs.ggplot2.org/0.9.3.1/facet_wrap.html

user5029763
  • 1,903
  • 1
  • 15
  • 23
  • facet_wrap create multiple graphs which was closest solution but i found exact solution what i was looking for. See below Answer. – vjain419 Sep 23 '15 at 21:29