The first problem is that the header text of your data is in the first row. If your data are in a csv file, use the function read.csv() to read it in. If it is not a csv file, please tell us what format it is in.
As for plotting, what do you want to plot? Which variables and what kind of plot?