subset_read(dim_index, drop = TRUE)
Method that returns a subset of the data in the H5R-object
Parameters
- dim_index
A list of dimension indices as usually pasted into [
- drop
Logical. Should dimensions of size 1 be dropped.
subset2_read(i, exact = TRUE)
Method to read a single item
Parameters
- i
The single item to read
- exact
Is the item name exact or should partial matching be allowed?
subset_assign(dim_index, value)
Assign values into a subset of the H5R-vector
Parameters
- dim_index
A list of dimension indices as usually passed into [
- value
The value to assign
subset2_assign(i, exact = TRUE, value)
Assign a value to a single value in the array
Parameters
- i
the index where to assign the value
- value
The value to assign
t()
Transpose the object if it is a matrix (i.e. has rank 2
length()
Get the length of the object
ref(ref)
Get or assign the internal raw-vector representation of the data. Usually, user's shouldn't have to use this.
dim(x)
Get or assign the dimensionality of the object
dimnames(x)
Get or assign the dimnames of the object
names(x)
Get or assign the names of the object
rank()
Get the rank of the object