i want to plot the following data in barplot

Year Gender revenue
2001 M       100
2001 F       150
2002 M        75
2002 F        200
2003 M        150
2003 F         75

I want to compare performance of gender in year wise fashion .
How to do ?

Parth

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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