I have the following data frame:
df=data.frame(1:5, c(2,4,8,16,11), c(4,11,4,11,8)) colnames(df)=c("a","b","c") df a b c 1 1