I have some data in R that is organized in the following fashion (simplified example):
x <- as.data.frame(cbind(c(1,2,3,4,5),c(6,7,8,9,10)))