seq-dim: Sequence generation

Description Usage Arguments Examples

Description

Usage

1
2
3
4
5

Arguments

x

Any object on which you can call nrow() and ncol().

lims

Vector of size 2 (or more, but only first 2 values will be used).

Examples

1
2
3
4
5
6
X <- matrix(1:6, 2, 3)
dim(X)
rows_along(X)
cols_along(X)

seq_range(c(3, 10))

bigparallelr documentation built on Oct. 2, 2021, 5:08 p.m.