Skip to content

Commit

Permalink
Merge pull request #75 from azalea/patch-1
Browse files Browse the repository at this point in the history
Update index.Rmd
  • Loading branch information
rdpeng committed May 13, 2015
2 parents c865b64 + d4fc2e0 commit b8731c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03_GettingData/02_02_readingHDF5/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ knit_hooks$set(plot = knitr:::hook_plot_html)

* Used for storing large data sets
* Supports storing a range of data types
* Heirarchical data format
* Hierarchical data format
* _groups_ containing zero or more data sets and metadata
* Have a _group header_ with group name and list of attributes
* Have a _group symbol table_ with a list of objects in group
Expand Down Expand Up @@ -134,4 +134,4 @@ h5read("example.h5","foo/A")
* hdf5 can be used to optimize reading/writing from disc in R
* The rhdf5 tutorial:
* [http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf](http://www.bioconductor.org/packages/release/bioc/vignettes/rhdf5/inst/doc/rhdf5.pdf)
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)
* The HDF group has informaton on HDF5 in general [http://www.hdfgroup.org/HDF5/](http://www.hdfgroup.org/HDF5/)

0 comments on commit b8731c1

Please sign in to comment.