H5R_functions | R Documentation |
H5R
objectsVarious 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 replacement method for class 'H5R'
x[i, ...] <- value
## S3 method for class 'H5R'
c(..., recursive = FALSE)
## S3 method for class 'H5R'
dim(x)
## S3 replacement method for class 'H5R'
dim(x) <- value
## S3 method for class 'H5R'
t(x)
## S3 method for class 'H5R'
dimnames(x)
## S3 replacement 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")
x |
Object of type |
i |
First dimension |
j |
Second dimension |
... |
Any other dimensions (for subsetting), or objects to concatenate (for |
drop |
Should dimensions of size 1 be dropped; LOGICAL |
value |
The value in an assignment |
recursive |
Ignored here |
deparse.level |
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 |
row.names |
|
optional |
logical. If |
nm |
The column names to use |
mode |
Only 'any' supported |
width.cutoff |
ignored |
collapse |
ignored |
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
Depending on the function
Holger Hoefling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.