isdot: Type Checks, Including NA, NaN, etc.

Description Usage Arguments Details Value

Description

Functions to check for various types.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
is.ddmatrix(x)

## S4 method for signature 'ddmatrix'
is.na(x)

## S4 method for signature 'ddmatrix'
is.nan(x)

## S4 method for signature 'ddmatrix'
is.numeric(x)

## S4 method for signature 'ddmatrix'
is.infinite(x)

Arguments

x

numeric distributed matrix

Details

Performs the appropriate type check.

Value

Returns boolean in the case of is.numeric() and is.ddmatrix(), otherwise a distributed matrix.


RBigData/pbdDMAT documentation built on Oct. 29, 2021, 6:20 p.m.