- bottom
"volume" class object, displayed using bottom.col
palette. If bottom = NULL, no bottom image is displayed.
- top
"volume" class object, displayed as an overlay, using top.col
palette. If top = NULL, no overlay image is displayed.
- struct
"struct" class object. If NULL, no RoI is displayed. Only
RoI of closed planar or point type are displayed.
- roi.name
Vector of exact names of the RoI in the struct object.
By default roi.name = NULL. See Details.
- roi.sname
Vector of names or parts of names of the RoI in the struct
object. By default roi.sname = NULL. See Details.
- roi.idx
Vector of indices of the RoI that belong to the struct
object. By default roi.idx = NULL. See Details.
- struct.dxyz
3D vector. Used in case of bottom and
top are set to NULL. It represents the voxel size in the display.ref
frame of reference, used to calculate contours in frontal or sagittal view.
- display.ref
Character string. Pseudonym of the frame of reference used
for display. If NULL (default), the bottom image FoR, or top image FoR
(when no bottom image), or struct FoR (when no volume displayed).
- T.MAT
"t.mat" class object, created by load.patient.from.Rdcm
or load.T.MAT. If T.MAT is NULL, bottom,
top and struct must have the same frame of reference.
- interpolate
Boolean, indicating whether to apply linear interpolation,
when calculating the bottom and top cuts,and then when displaying them.
If interpolate = FALSE, the values of the nearest voxels are used. When TRUE (by delfault),
trilinear interpolation is used.
- view.type
Character string, defining the view to display. It must be set to
"trans" for a transverse view,
"front" for a frontal view or,
"sagi" for a sagittal view.
- view.coord
Numeric vector of the coordinates along the normal vector of
the selected view.
- bg
Background color of the image. By default, this color is black.
- abs.rng
Vector of 2 elements indicating the minimum and maximum abscissa
to display on the background image.
- ord.rng
Vector of 2 elements indicating the minimum and maximum ordinate
to display on the background image.
- bottom.col, top.col
Vectors, representing the palette color of
bottom and top.
- bottom.breaks, top.breaks
One of :
NULL : the minimum and the maximum value of bottom or
top define the range.
Vector giving the breakpoints of each color. Outside values are transparent,
leaving the background visible, depending on sat.transp.
When breaks are specified, the number of breaks must be one unit more then the number of colors.
- sat.transp
Boolean. If TRUE, outside values are transparent, else set
to bottom.breaks or top.breaks limits.
- struct.lwd
Line thickness of the RoI contours.
- main
Character string. When main different from NULL,
it replaces the title, and removes the subtitle and the maximum dose indication
if top is of modality rtdose.
- legend.plot
Boolean, that indicates whether the RoI legend should be
displayed on the image. It is displayed by default.
- legend.shift
Numeric. It shifts (in mm) the display of the RoI legend
on x-axis.
- legend.roi.pseudo
Boolean. If TRUE, the name used
for a RoI in the legend comes from the struct$roi.info$roi.pseudo
column, otherwise the struct$roi.info$name column.
- ...
others parameters of plot function