I am new in using ggplot2. i have this data
Boys Girls
1 61.36190 67.55333
2 66.23038 70.15116
3 68.29894 73.06008
4 64.95406 70.54364
5 65.34404 74.34307
and I want to show line chart of both columns boys and girls in one single graph using ggplot2 is this possible using ggplot2 ?