f.read.analyze.slice.at.all.timepoints: reads a slice at all time points from a .img file

Description Usage Arguments Value See Also Examples

View source: R/analyzeFMRI.R

Description

Reads in a slice of a .img file at all time points into an array

Usage

1

Arguments

file

file The location of the .img file

slice

slice The number of the slice to be read in

Value

An array containing the slice at all time points

See Also

f.read.analyze.slice, f.read.analyze.ts, f.read.analyze.volume

Examples

1
2
a<-f.read.analyze.slice.at.all.timepoints(system.file("example.img", package="AnalyzeFMRI"),10)
dim(a)

AnalyzeFMRI documentation built on Oct. 5, 2021, 5:06 p.m.