plot.H2OInfogram | R Documentation |
Plots the Infogram for an H2OInfogram object.
## S3 method for class 'H2OInfogram'
plot(x, ...)
x |
A fitted H2OInfogram object. |
... |
additional arguments to pass on. |
A ggplot2 object.
h2o.infogram
## Not run:
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.