Contact: aviboots(AT)netvision.net.il
29,957 questions
39,172 answers
573 users
vec1 <- c(20, 30, 40, 70, 90) vec2 <- c(1, 2, 3, 4, 5) result <- vec1 / vec2 print(result) # run: # # [1] 20.00000 15.00000 13.33333 17.50000 18.00000 #