File: nifti_datatype_string.Rd

package info (click to toggle)
r-cran-rniftilib 0.0-35.r79-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,080 kB
  • sloc: ansic: 6,879; sh: 19; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\name{nifti.datatype.string}
\alias{nifti.datatype.string}
\title{Return string for NIfTI-1 datatype code value.}
\description{
Return a string for the datatype of a NIFTI data type.
}
\usage{
nifti.datatype.string(value) 
}
\arguments{
 \item{value}{NIfTI-1 datatype}
}
\details{
Return a string for the datatype of a NIFTI data type (e.g. "INT8" signed integer data type).   
}
\value{
String for the given data type value.
}
\references{
  \url{http://nifti.nimh.nih.gov}
  \url{http://niftilib.sourceforge.net}
}

\seealso{ 
  \code{\link{nifti.units.string}},
  \code{\link{nifti.image.write}},
  \code{\link{nifti.image.read}}
}

\keyword{manip}
\keyword{data}