get_zero_indices: Get indices of zero elements in a vector.

View source: R/RcppExports.R

get_zero_indicesR Documentation

Get indices of zero elements in a vector.

Description

Get indices of zero elements in a vector.

Usage

get_zero_indices(v)

Arguments

v

An integer vector.

Value

A vector with the indices of elements equal to zero in v. Indices start at zero.


scanstatistics documentation built on Nov. 5, 2025, 6:30 p.m.