h2o.acos | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.