Description Usage Arguments Details Value See Also Examples
Given a 4D NIFTI .img/.hdr image pair or a .nii file this function can read in the time series from a specified position in 3D into a vector.
1 | f.read.nifti.ts(file, x, y, z)
|
file |
The .img file |
x |
The x-coordinate |
y |
The y-coordinate |
z |
The z-coordinate |
Given a 4D NIFTI .img/.hdr image pair or a .nii file this function can read in the time series from a specified position in 3D into a vector.
A vector containing the time series
f.read.nifti.slice
,
f.read.nifti.slice.at.all.timepoints
,
f.write.nifti
,
1 | f.read.nifti.ts(system.file("example-nifti.img", package="AnalyzeFMRI"),30,30,10)
|
Loading required package: R.matlab
R.matlab v3.6.2 (2018-09-26) successfully loaded. See ?R.matlab for help.
Attaching package: 'R.matlab'
The following objects are masked from 'package:base':
getOption, isOpen
Loading required package: fastICA
Loading required package: tcltk
Loading required package: tkrplot
Warning messages:
1: no DISPLAY variable so Tk is not available
2: loading Rplot failed
[1] 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.