seq_int_range: Sequence of Integer ranges
Function that produces a sequece of integers that span a specific range
Description
Sequence of Integer ranges
Function that produces a sequece of integers that span a specific range
Usage
seq_int_range(start, stop)
Arguments
- start
is a positive integer and gives the smallest value in the sequence
- stop
is a positive integer and gives the largest value in a sequence