extract-methods: Extract or Replace h5.matrix elements

Usage Arguments

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
33
34
35
## S4 method for signature 'h5.matrix,ANY,ANY,missing'
x[i, j, drop]

## S4 method for signature 'h5.matrix,ANY,ANY,logical'
x[i, j, drop]

## S4 method for signature 'h5.matrix,missing,ANY,missing'
x[i, j, drop]

## S4 method for signature 'h5.matrix,missing,ANY,logical'
x[i, j, drop]

## S4 method for signature 'h5.matrix,ANY,missing,missing'
x[i, j, drop]

## S4 method for signature 'h5.matrix,ANY,missing,logical'
x[i, j, drop]

## S4 method for signature 'h5.matrix,missing,missing,missing'
x[i, j, drop]

## S4 method for signature 'h5.matrix,missing,missing,logical'
x[i, j, drop]

## S4 replacement method for signature 'h5.matrix,ANY,ANY'
x[i, j] <- value

## S4 replacement method for signature 'h5.matrix,missing,ANY'
x[i, j] <- value

## S4 replacement method for signature 'h5.matrix,ANY,missing'
x[i, j] <- value

## S4 replacement method for signature 'h5.matrix,missing,missing'
x[i, j] <- value

Arguments

x

A h5.matrix object

i

Indices specifying the rows

j

Indices specifying the columns

drop

Logical indication if reduce to minimum dimensions

value

typically an array-like R object of similar class


sushilashenoy/h5matrix documentation built on May 30, 2019, 8:42 p.m.