random_shift_matrix: Shift n randomly chosen rows from the matrix by steps.

Description Usage Arguments Value

Description

Shift n randomly chosen rows from the matrix by steps.

Usage

1
2
random_shift_matrix(x, n, steps = 0, steps_low = NULL, steps_high = NULL,
  random = FALSE)

Arguments

x

An array.

n

Number of steps for circular shift.

Value

Circular-shifted x.


bwrc/semigeom-r documentation built on May 13, 2019, 9:20 a.m.