h5matrixCreate: Function to create a new h5matrix object in an HDF5 file.

Description Usage Arguments Value Author(s)

Description

This function creates a new h5matrix object in an HDF5 file, creating the file if it doesnt exists and the specified dataset within it.

Usage

1

Arguments

fn

Filename for the HDF5 file.

location

Location of the dataset wihtin the HDF5 file, this should be unique.

dim

The dimensions of the dataset

storage.mode

Storage mode of the dataset, see h5createDataset for details, typically this will be one of "double", "character", "integer".

...

Any additional parameters to h5createDataset go here, e.g. chunk or fillValue

Value

A h5matrix object pointing to the specified location in the specified file.

Author(s)

Paul Theodor Pyl


PaulPyl/h5array documentation built on May 8, 2019, 12:57 a.m.