Skip to content
Prev 343527 / 398506 Next

re arrange according to first positions

For future reference, perhaps creating an index variable when the data
frame is first created and before ?multiple process and ordering? is done
would be good.

  mydat$index <- seq(nrow(mydat))