series_reader | R Documentation |
Create a closure function that can read time series data from a 4D image file.
series_reader(file_name)
file_name |
Character string specifying the path to the 4D image file |
A function that accepts parameters:
first: Integer index of first element to read
last: Integer index of last element to read
input: Optional connection object (if NULL, creates new connection)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.