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

Description Usage Arguments Value Examples

Description

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.

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))

sampoll/rhdf5client documentation built on June 4, 2019, 6:56 p.m.