Generic function to create data reader
1 2 3 4 5 6 7 | dataReader(x, offset)
## S4 method for signature 'NIfTIMetaInfo'
dataReader(x, offset = 0)
## S4 method for signature 'AFNIMetaInfo'
dataReader(x, offset = 0)
|
x |
an object specifying the infromation required to produce the reader |
offset |
the byte offset (number of bytes to skip before reading) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.