Hello together,

i want to create a line graph, from a data.frame like this one:
          Categorie      Y10_11   Y11_12    Y12_13      Y13_14
A        Service              1           2           3               4
B        Support             2           5            5               0
C        Telephone         1            3           1               10 
D        Online              10           12         6                8
E        Offline               8            7          0                2
F        Hotline              15          18         7                3

Is there any way, to create a line chart, with the years (Y10_11, etc.) in
the X-axis and the Categorie in the Y-axis. The lines should be created with
the numbers for each categorie. So in each plot there should be 6 lines in
dependence of the value for each year.

Thank you.

Best regards.

Mat



--
View this message in context: 
http://r.789695.n4.nabble.com/create-line-chart-from-data-frame-tp4690953.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to