Learn R Programming

gpuR (version 2.0.6)

Summary,gpuVector-method: gpuR Summary methods

Description

Methods for the base Summary methods S4groupGeneric

Usage

# S4 method for gpuVector
Summary(x, ..., na.rm = FALSE)

# S4 method for vclMatrix Summary(x, ..., na.rm = FALSE)

# S4 method for vclVector Summary(x, ..., na.rm = FALSE)

# S4 method for gpuMatrix Summary(x, ..., na.rm = FALSE)

Value

For min or max, a length-one vector

Arguments

x

A gpuR object

...

Additional arguments passed to method (not currently used)

na.rm

a logical indicating whether missing values should be removed ( not currently used)