Description Usage Arguments Examples
This function creates an h5array
object pointing to the specified location in the specified file. An error is generated should that file not exists.
1 | h5array(fn, location)
|
fn |
|
location |
1 2 3 4 | fn <- tempfile()
h5arrayCreate(fn, "/Data", c(12,3), "double")
x <- h5array(fn, "/Data")
x
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.