getters: getters

Description Usage Arguments Details Communication See Also

Description

Getters for shaq objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## S4 method for signature 'gbd1d'
nrow(x)

## S4 method for signature 'gbd1d'
NROW(x)

nrow.local(x)

## S4 method for signature 'gbd1d'
nrow.local(x)

## S4 method for signature 'gbd1d'
ncol(x)

## S4 method for signature 'gbd1d'
NCOL(x)

ncol.local(x)

## S4 method for signature 'gbd1d'
ncol.local(x)

## S4 method for signature 'gbd1d'
length(x)

DATA(x)

## S4 method for signature 'gbd1d'
DATA(x)

## S4 method for signature 'gbd1d'
dim(x)

Arguments

x

A shaq.

Details

Functions to return the number of rows (nrow() and NROW()), the number of columns (ncol() and NCOL()), the length - or product of the number of rows and cols - (length()), and the local submatrix (DATA()).

Communication

Each operation is completely local.

See Also

setters


RBigData/kazaam documentation built on Nov. 9, 2021, 9:09 a.m.