powered by
Plots the Infogram for an H2OInfogram object.
# S3 method for H2OInfogram plot(x, ...)
A ggplot2 object.
A fitted H2OInfogram object.
additional arguments to pass on.
h2o.infogram
if (FALSE) { h2o.init() # Convert iris dataset to an H2OFrame train <- as.h2o(iris) # Create and plot infogram ig <- h2o.infogram(y = "Species", training_frame = train) plot(ig) }
Run the code above in your browser using DataLab