h2o.which: Which indices are TRUE?

View source: R/frame.R

h2o.whichR Documentation

Which indices are TRUE?

Description

Give the TRUE indices of a logical object, allowing for array indices.

Usage

h2o.which(x)

Arguments

x

An H2OFrame object.

Value

Returns an H2OFrame object.

See Also

which for the base R method.

Examples

## Not run: 
library(h2o)
h2o.init()

iris_hf <- as.h2o(iris)
h2o.which(iris_hf[, 1] == 4.4)

## End(Not run)

h2o documentation built on Aug. 9, 2023, 9:06 a.m.