Learn R Programming

FIACH (version 0.1.2)

t2Grey: Transverse Relaxation

Description

This function calculates the T2 or R2 of grey matter at varying field strength

Usage

t2Grey(B0,relax)

Arguments

B0
Magnetic field strength specified in Tesla.
relax
Logical indicating if R2 or T2 should be returned

Value

Either the T2 in ms or the R2 in Hz is returned

Examples

Run this code
t2Grey(1.5,relax=TRUE)
t2Grey(1.5,relax=FALSE)

Run the code above in your browser using DataLab