cascade: make ascending and descending vector...

Description Usage Arguments Details Value Examples

Description

make ascending and descending vector

Usage

1
cascade(n, type=1)

Arguments

n

integer The length of the indexes

type

(integer, default=1). If 1 the cascade index is returned. 2 returns the index of left and right side, 3 returns the length of the left and right index vector

Details

along a given length n make ascending indices until reaching the midpoint and descend afterwards again.

Value

vector (type 1 or 3) or list (type 2)

Examples

1
2
3
4
5
## Not run: 
for(n in 1:10) 
print(cascade(n)) 

## End(Not run)

OpenRepGrid documentation built on May 2, 2019, 4:54 p.m.