sproc: This function is deprecated and will be defunct in the next...

Description Usage Arguments Value Examples

View source: R/indx.R

Description

isplit converts a numeric vector into a list of sequences for compact reexpression

Usage

1
2
3
isplit(x)

sproc(spl)

Arguments

x

a numeric vector (should be integers)

spl

output of isplit

Value

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

Examples

1
2
inds = c(1:10, seq(25,50,2), seq(200,150,-2))
sproc(isplit(inds))

rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.