How do I plot a graph with only two variables? I have 12 variables in my .csv file but I only want to use two of them...
Regarding to the previous question:
I have imported my .csv using this,
my.data <- read.csv("data.csv" , header = T)
is that ok?
Thanks in advance!