Thursday 17 January 2019

Plotting data from 2 columns in R

***load the excel/txt file from R-Studio manually using import option**

plot(d5[c(9,6)])

//d5 is name of the file, 'c' implies column, 9 and 6 are column nos to be plotted//

No comments:

Post a Comment