Plot coloredmeshes for a group of subjects into a single image.
vis.group.coloredmeshes(
coloredmeshes,
view_angles = "sd_dorsal",
output_img = "fsbrain_group_annot.png",
num_per_row = 5L,
captions = NULL,
background_color = "white"
)
named list, see the return value of arrange.brainview.images.grid
for details.
a list of coloredmeshes lists, each entry in the outer list contains the hemilist of coloredmeshes (lefgt and right hemisphere mesh) for one subject.
see get.view.angle.names
.
character string, the file path for the output image. Should end with '.png'.
positive integer, the number of tiles per row.
optional vector of character strings, the short text annotations for the individual tiles. Typically used to plot the subject identifier.
color for image background (transparency is not supported).
Other group visualization functions:
vis.data.on.group.native()
,
vis.data.on.group.standard()
,
vis.group.annot()
,
vis.group.morph.native()
,
vis.group.morph.standard()