suppose I have a dataframe like this:
c2 <- c(2,5,7,8,10) c1 <- c(1,3,2,7,5) df <- data.frame(c1, c2)
Such that:
1 is related to