afni_3dFourier: AFNI 3dFourier function

Description Usage Arguments Value

View source: R/afni_3dFourier.R

Description

Wrapper for AFNI 3dFourier function

Usage

1
2
afni_3dFourier(file, lowpass = NULL, highpass = NULL, ignore = NULL,
  retrend = FALSE, retimg = FALSE, opts = "", ...)

Arguments

file

nifti object or NIfTI filename.

lowpass

low pass filter with a cutoff in Hz

highpass

high pass filter with a cutoff in Hz

ignore

ignore the first n images

retrend

Any mean and linear trend are removed before filtering. This will restore the trend after filtering.

retimg

Should an image be returned (TRUE) or a filename?

opts

Additional options passed to 3dFourier

...

additional arguments to readnii

Value

Output filename


neuroconductor-devel/afnir documentation built on May 6, 2021, 7:33 a.m.