R/seq_vector.R

############################################################################################################################

# Function: seq_vector.
# Argument: Number.
# Description: Generate simple number sequence.

seq_vector = function(n) {
  1:n
}

Try the Mediana package in your browser

Any scripts or data that you put into this service are public.

Mediana documentation built on May 8, 2019, 5:04 p.m.