Description Usage Arguments Methods Author(s) Examples
Methods that act on the “qform” and “sform” information in the NIfTI header.
| 1 2 3 4 5 6 7 8 9 | 
| object | is an object of class  | 
Extract or replace NIfTI description.
Brandon Whitcher bwhitcher@gmail.com
| 1 2 3 4 5 6 7 8 9 10 11 | ## Not run: 
url <- "http://nifti.nimh.nih.gov/nifti-1/data/avg152T1_LR_nifti.nii.gz"
urlfile <- file.path(system.file("nifti", package="oro.nifti"),
                     "mniLR.nii.gz")
download.file(url, urlfile, quiet=TRUE)
## End(Not run)
urlfile <- file.path(system.file("nifti", package="oro.nifti"),
                     "mniLR.nii.gz")
mniLR <- readNIfTI(urlfile)
sform(mniLR)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.