
descrip
descrip
field in the
NIfTI/ANALYZE header.
descrip(object)
"descrip"(object)
"descrip"(object)
descrip(object) <- value
"descrip"(object) <- value
"descrip"(object) <- value
nifti
or anlz
.descrip
field.## 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)
descrip(mniLR)
## Not run:
# descrip(mniLR) <- paste(descrip(mniLR), version$version.string, sep="; ")
# descrip(mniLR)
# ## End(Not run)
Run the code above in your browser using DataLab