Compute the arc cosine of x
Compute the arc cosine of x
h2o.acos(x)
x |
An H2OFrame object. |
Trig
for the base R implementation, acos()
.
## 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.