Summary,gpuVector-method {gpuR}R Documentation

gpuR Summary methods

Description

Methods for the base Summary methods S4groupGeneric

Usage

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


[Package gpuR version 2.0.6 Index]