h2o (version 3.20.0.8)

h2o.acos: Compute the arc cosine of x

Description

Compute the arc cosine of x

Usage

h2o.acos(x)

Arguments

x

An H2OFrame object.

See Also

acos for the base R implementation.

Examples

Run this code
# NOT RUN {
h2o.init()
prosPath <- system.file("extdata", "prostate.csv", package="h2o")
prostate.hex <- h2o.uploadFile(path = prosPath)
h2o.acos(prostate.hex[,2])
# }

Run the code above in your browser using DataLab