mySeq {bigReg} | R Documentation |
mySeq function to sequence integers
Description
a function to create a sequence of integers
Usage
mySeq(start, end)
Arguments
start |
integer from where sequence should start |
end |
integer where sequence should end |
[Package bigReg version 0.1.5 Index]