Guest User

Untitled

a guest
Oct 23rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. X1e X2e X3e X4e
  2. 360 0 0 0
  3. 360 0 0 0
  4. 260 0 0 0
  5. 0 0 0 0
  6. 0 0 0 0
  7. 0 0 0 0
  8. 90 0 0 0
  9. 360 0 360 0
  10. 360 0 360 260
  11.  
  12. for (i in c(1,4)){
  13. e <- assign(paste("X",i, "e",sep = ""),i)
  14. dat <- dat[with(dat, !((e>0)&(e<270))), ]
  15. }
Add Comment
Please, Sign In to add comment