seq() function to create sequences

seq() function in R is one of the base R functions that is useful in creating sequences. In this tutorial, we will see multiple examples of creating sequence of numbers using seq() function. FIrst let us start with the simplest example of using seq() function. If you give a number as argument to seq() function,… Continue reading seq() function to create sequences

Exit mobile version