Summary-methods: gpuR Summary methods

Description Usage Arguments Value

Description

Methods for the base Summary methods S4groupGeneric

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'gpuVector'
Summary(x, ..., na.rm = FALSE)

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

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

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

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)

Value

For min or max, a length-one vector


gpuR documentation built on May 30, 2019, 1:02 a.m.