R/neuro-package.R

##' Various utilities for handling neuroimaging data
##' 
##' Various utilities for handling neuroimaging data. In particular methods
##' for handling neuroimaging data via the netCDF format is available.
##'
##' @name neurocdf-package
##' @docType package
##' @author Klaus K. Holst
##' @keywords package
##' @examples
##' 
##' ## To appear
##' 
NULL

##' Atlas of anatomical regions of the human brain (IBA,116 regions)
##' 
##' @name neuro.atlas116
##' @docType data
##' @keywords data
NULL

##' Atlas of anatomical regions of the human brain (IBA,71 regions)
##' 
##' @name neuro.atlas71
##' @docType data
##' @keywords data
NULL

##' Atlas of anatomical regions of the human brain (aal MNI V4)
##' 
##' @name neuro.aal
##' @docType data
##' @keywords data
NULL

##' Atlas of anatomical regions of the human brain (TD-Brodmann)
##' 
##' @name neuro.TDbrodmann
##' @docType data
##' @keywords data
NULL

##' Atlas of anatomical regions of the human brain (TD-hemisphere)
##' 
##' @name neuro.TDhemisphere
##' @docType data
##' @keywords data
NULL

##' Atlas of anatomical regions of the human brain (TD-lobe)
##' 
##' @name neuro.TDlobe
##' @docType data
##' @keywords data
NULL

##' Human brain template (single-subject T1-weighted MRI)
##' 
##' @name neuro.template
##' @docType data
##' @keywords data
NULL

##' Human brain mask
##' 
##' @name neuro.mask
##' @docType data
##' @keywords data
NULL

##' Human brain mask 2
##' 
##' @name neuro.mask2
##' @docType data
##' @keywords data
NULL


##' For internal use
##' 
##' @title For internal use
##' @name put
##' @rdname internal
##' @author Klaus K. Holst
##' @keywords utilities
##' @export
##' @aliases put planeval id roi slices upsamp
NULL
kkholst/neurocdf documentation built on May 20, 2019, 10:59 a.m.