seqIntegers: Create a vector as sequence of integers

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

Description

This function helps to create a vector with a secuence of integers equally separated

Usage

1
seqIntegers(first, last)

Arguments

first

The first element of the sequence

last

The last element of the sequence

Value

A numeric vector with the whole secuence of integers

Author(s)

Roberto Maestre

Examples

1
2
3
4
5
6
7
## Not run: 
# simple call:
seqIntegers(1,10)
# simple call with negative numbers
seqIntegers(-10,10)

## End(Not run)

rmaestre/variableStars documentation built on April 11, 2020, 11:10 p.m.