"dtiData", "dtiTensor", "dwiQball" and "dtiIndices" objects using the "rgl"-package. Functionality of the rgl-package allows to rotate and zoom the displayed object.## S3 method for class 'dtiData':
show3d(obj, nx=NULL, ny=NULL, nz=NULL, center=NULL, quant=.8, scale=.4,
bgcolor="black", add=FALSE, maxobjects=729, what="ADC",
minalpha=1, nn=1, normalize=FALSE, box=FALSE, title=FALSE, \dots)
## S3 method for class 'dtiTensor':
show3d(obj, nx=NULL, ny=NULL, nz=NULL, center=NULL, method=1, minfa=.3, mask=NULL, fibers=FALSE,
maxangle = 30,level=0, quant=.8, scale=.4, bgcolor="black", add=FALSE,
subdivide=2, maxobjects=729, what="tensor", odfscale = 3,
minalpha=.25, normalize=NULL, box=FALSE, title=FALSE,\dots)
## S3 method for class 'dtiIndices':
show3d(obj, index="FA", nx=NULL, ny=NULL, nz=NULL, center=NULL, method=1,
minfa=0, bgcolor="black", add=FALSE, lwd=1, box=FALSE,
title=FALSE, \dots)
## S3 method for class 'dwiMixtensor':
show3d(obj, nx=NULL, ny=NULL, nz=NULL,
center=NULL, minfa=.3, minorder = 1, mineo=1, fibers=FALSE, maxangle=30, level=0,
quant=.8, scale=.4, bgcolor="black", add=FALSE,
subdivide=3, maxobjects=729, what="ODF", odfscale=3,
minalpha=1, lwd=3, box=FALSE, title=FALSE, \dots)
## S3 method for class 'dwiQball':
show3d(obj, nx=NULL, ny=NULL, nz=NULL, center=NULL, level=0, quant=.8,
scale=0.4, odfscale=3, bgcolor="black", add=FALSE,
subdivide=3, maxobjects=729, minalpha=1, box=FALSE,
title=FALSE, \dots)
## S3 method for class 'dwiFiber':
show3d(obj, add=FALSE, bgcolor="black", box=FALSE, title=FALSE, lwd=1, \dots)dtiTensor or dtiIndicesdtiData or dtiTensor) or center of display (class dtiIndices)TRUE normalize values (project to interval (0,1) within each voxel). For tensor objects normalize=NULL specifies a default depending on the content of argument what (normalize <- switch(tolower(what),"tensor"=FALSE,"ad
title==TRUE a default title characterizing the type of plot is generated.method==1 and method==2 specify two different color schemes for directional FA-maps.TRUE show fibers starting in voxel with fa>=minfa, order>=minorder and eorder>=mineo, the last two effective for dwiMixtensor objects only.0:4 correspond to use of
c(12,42,162,642,2562) vertices per tensor, respectively."tensor" for visualization using ellipsoids, "ADC" for Apparent Diffusion Coefficients or "ODF" for the Orientation Density Function.
For dwiMixtensor-objects possible specifications areodfscale=3 the
ODF values are rescaled such that the volume of the displayes objects is constant. odfscale=1 uses
the values of the ODF as radii in the c"FA" for fractional anisotropy index or
"GA" for geodesic anisotropy index.rgl.par from the rgl-package.dtiIndices-methods,
dti.smooth,
dtiTensor ,
dtiIndices