Various functions for H5R
objects
is.H5R(x)
is.H5R_OBJECT(x)
is.H5R_DATASET_REGION(x)
# S3 method for class 'H5R'
names(x)
# S3 method for class 'H5R'
length(x)
# S3 method for class 'H5R'
x[i, j, ..., drop = TRUE]
# S3 method for class 'H5R'
x[i, ...] <- value
# S3 method for class 'H5R'
c(..., recursive = FALSE)
# S3 method for class 'H5R'
dim(x)
# S3 method for class 'H5R'
dim(x) <- value
# S3 method for class 'H5R'
t(x)
# S3 method for class 'H5R'
dimnames(x)
# S3 method for class 'H5R'
dimnames(x) <- value
# S3 method for class 'H5R'
cbind(..., deparse.level = 1)
# S3 method for class 'H5R'
rbind(..., deparse.level = 1)
# S3 method for class 'H5R'
print(x, ...)
# S3 method for class 'H5R'
format(x, ...)
# S3 method for class 'H5R'
as.data.frame(x, row.names = NULL, optional = FALSE, ...,
nm = paste(deparse(substitute(x), width.cutoff = 500L), collapse =
" "))
# S3 method for class 'H5R'
as.vector(x, mode = "any")
Object of type H5R
First dimension
Second dimension
Any other dimensions (for subsetting), or objects to concatenate (for c
)
or combine by row/col (for cbind
or rbind
) or ignored (for print
and format
)
Should dimensions of size 1 be dropped; LOGICAL
The value in an assignment
Ignored here
integer controlling the construction of labels in the case of non-matrix-like arguments (for the default method): 'deparse.level = 0' constructs no labels; the default, 'deparse.level = 1' constructs labels from the argument names
NULL
or a character vector giving the row names for the
data frame. Missing values are not allowed.
logical. If TRUE
, setting row names and converting column
names (to syntactic names: see make.names
) is optional.
The column names to use
Only 'any' supported
ignored
ignored
Depending on the function
Check if object inherits from H5R
Check if object inherits from H5R_OBJECT
Check if object inherits from H5R_DATASET_REGION
Returns the names of the elements of the vector
Returns the length of the vector
Array subsetting function
Array subset assignment
Concatenation of H5R
vectors
Dimensionality of the object
Assign dimension of the object
Transpose a matrix of H5R
objects
Get the dimnames of the object
Set the dimnames of the object
cbind functionality for H5R
objects
rbind functionality for H5R
objects
Printing of an object of class h5R
Formatting of an H5R object
Coerce an H5R
object to a data.frame
Coerce to a vector
Coerces the object to a data.frame
Coerces to a vector