And I would like to show lines with the x-axis being the numbers on the left (65,66,...) and y axis being the values inside the table. I would want to show each column as a different line in my graph (therefore, having 12 different lines in my case).
If someone could explain me how I can do it, I would really appreciate it.
There are several ways to do this but we need some usable sample data. A screenshat is not very useful.
A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need.
Just cut & paste the output into the message like this