h2o (version 3.2.0.3)

H2OS4groupGeneric: S4 Group Generic Functions for H2O

Description

Methods for group generic functions and H2O objects.

Usage

## S3 method for class 'missing,H2OFrame':
Ops(e1, e2)

## S3 method for class 'H2OFrame,missing': Ops(e1, e2)

## S3 method for class 'H2OFrame,H2OFrame': Ops(e1, e2)

## S3 method for class 'numeric,H2OFrame': Ops(e1, e2)

## S3 method for class 'H2OFrame,numeric': Ops(e1, e2)

## S3 method for class 'H2OFrame,character': Ops(e1, e2)

## S3 method for class 'character,H2OFrame': Ops(e1, e2)

## S3 method for class 'H2OFrame': Math(x)

## S3 method for class 'H2OFrame': Math2(x, digits)

## S3 method for class 'H2OFrame': Summary(x, ..., na.rm = FALSE)

## S3 method for class 'H2OFrame': !(x)

## S3 method for class 'H2OFrame': is.na(x)

## S3 method for class 'H2OFrame': t(x)

## S3 method for class 'H2OFrame': log(x, ...)

## S3 method for class 'H2OFrame': trunc(x, ...)

## S3 method for class 'H2OFrame,H2OFrame': \%*\%(x, y)

Arguments

x,y,e1,e2
objects.
digits
number of digits to be used in round or signif
na.rm
logical: should missing values be removed?
...
further arguments passed to or from methods