h2o.acos: Compute the arc cosine of x

View source: R/frame.R

h2o.acosR Documentation

Compute the arc cosine of x

Description

Compute the arc cosine of x

Usage

h2o.acos(x)

Arguments

x

An H2OFrame object.

See Also

Trig for the base R implementation, acos().

Examples

## Not run: 
h2o.init()
prostate_path <- system.file("extdata", "prostate.csv", package = "h2o")
prostate <- h2o.uploadFile(path = prostate_path)
h2o.acos(prostate[, 2])

## End(Not run)

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