powered by
"plot"(x, xlab = x$cols[1], ylab = x$cols[2], base_size = 12, ...)
link{h2o.tabulate}
library(h2o) h2o.init() df <- as.h2o(iris) tab <- h2o.tabulate(data = df, x = "Sepal.Length", y = "Petal.Width", weights_column = NULL, nbins_x = 10, nbins_y = 10) plot(tab)
Run the code above in your browser using DataLab