I'm just a R beginner and know almost nothing about R, but trying to get to know how to use R. Here is the imported data and I'd like to use ggplot2 to see the graph.
1     Month    Total    PV RealV  ReV buyperpv  OCP DepV  OPV Buy
2         2 55090951 23937  5580 4774     1600 5.75 1213 2100 426
3         3 43421380 23746 10589 4884     1181 5.05  863 1502 317
I have tried codes like these...
library(ggplot2)  
qplot("FebMarTot2")
But what I see is only grey background image like this.....

What am I doing wrong?
 
     
    