Computer Science, asked by swainsjcpl, 1 month ago

which data type generates next number of the series​

Answers

Answered by Anonymous
1

Answer:

Generating a sequence in R using the function seq() is vital and has many uses in data analysis. You can generate a particular general sequence from specifying beginning and end numbers as well. In this tutorial, we are going to discuss, how we can use the seq() function to generate the sequences.

Similar questions