initIndex(object, index, num, hemisphere = "both", numeric2logical, indexNum = NULL, outline.default, cex.default, pch.default, col.default, filter.default, method)
MRIaggr
or NULL
.NULL
.num
argument can be found in the details section of initNum
.Information about the hemisphere
argument can be found in the details section of selectContrast
.
Possible values for index
are:
NULL
: the argument is skiped, no additional points are displayed.
MRIaggr
method)
"i"
,"j"
,"k"
containing the coordinates of the points to display.
"data"
containing the coordinates of the points to display (see previous point) or the name of a logical parameter (if called by an MRIaggr
method).
It can also contain "cex"
, "pch"
and "col"
component to specify the how the points should be displayed.
To only display the outline of the spatial group instead of the spatial group itself, the list must contains an element named "outline"
that have for value TRUE
.
The type of neighbourhood used to determine the outline can be specified with a "filter"
element in the list. The default neighbourhood is "2D_N4"
.