H5Screate_simple | R Documentation |
Create a simple dataspace
H5Screate_simple(dims, maxdims, native = FALSE)
dims |
A numeric vector defining the initial dimensions of the dataspace.
The length of |
maxdims |
A numeric vector with the same length length as |
native |
An object of class |
Returns an object of class H5IdComponent representing a dataspace.
H5Screate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.