Which of the method make a vector of repeated values
Answers
Answered by
0
In R, you can combine a vector with itself if you want to repeat it, but if you want to repeat the values in a vector many times, using the c() function becomes a bit impractical. R makes life easier by offering you a function for repeating a vector: rep().
mark me as brainliest and follow me ✌️
Similar questions