I have data (matrix) with integer values. The colnames is "00","01","02","03" rownames is "01042014","02042014"
00 01 02 Total
01042014 53114424 28401012 16445913 14235413
02042014 53114424 28401012 16445913 14235413
This is what I did, plot(rownames(data),data[,"Total")), however the plot looks un-understandable. Actually, the rownames(data) is the date and I want to plot it against the Total column.