plot.H2OInfogram function

Plot an H2O Infogram

Plot an H2O Infogram

Plots the Infogram for an H2OInfogram object.

## S3 method for class 'H2OInfogram' plot(x, ...)

Arguments

  • x: A fitted H2OInfogram object.
  • ...: additional arguments to pass on.

Returns

A ggplot2 object.

Examples

## 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)

See Also

h2o.infogram

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11