Description Usage Arguments Value Examples
get_fractional_anisotropy computes the fractional anisotropy of a
diffusion tensor.
get_mean_diffusivity computes the mean diffusivity of a diffusion tensor.
| 1 2 3 4 5 6 7 8 9 | 
| x | An object of class  | 
A scalar giving the desired diffusion biomarker extracted from the input diffusion tensor.
| 1 2 3 | DT <- as_tensor(diag(c(1.71e-3, 3e-4, 1e-4)))
get_fractional_anisotropy(DT)
get_mean_diffusivity(DT)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.