Description Usage Arguments Details Value Examples
A HSDSDataset is a representation of a dataset in a HDF5 file.
1 | HSDSDataset(file, path)
|
file |
An object of type HSDSFile which hosts the dataset |
path |
The complete intrafile path to the dataset |
This function is deprecated and will be defunct in the next release.
An initialized object of type HSDSDataset
1 2 3 | src <- HSDSSource('http://hsdshdflab.hdfgroup.org')
f <- HSDSFile(src, '/home/spollack/testzero.h5')
d <- HSDSDataset(f, '/grpA/grpAB/dsetX')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.