isplit {rhdf5client} | R Documentation |
isplit converts a numeric vector into a list of sequences for compact reexpression
This function is deprecated and will be defunct in the next release.
isplit(x) sproc(spl)
x |
a numeric vector (should be integers) |
spl |
output of isplit |
list of vectors of integers which can be expressed as initial/final/stride triplets
list of colon-delimited strings each with initial/final/stride triplet
inds = c(1:10, seq(25,50,2), seq(200,150,-2)) sproc(isplit(inds))