whichNum: Find rows satisfying equality.

Description Usage Arguments Details Value

View source: R/utils.R

Description

Find which rows in column col of a matrix x are equal to i.

Usage

1
  whichNum(col, x, i)

Arguments

col

The column of the matrix to use. A numeric vector of length 1.

x

A matrix.

i

The value to check for

Details

Note that no sanity checks are performed on the input.

Value

A numeric vector, of the


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.