Description Usage Arguments Value Note See Also
Plot coloredmeshes for a group of subjects into a single image.
| 1 2 3 4 5 6 7 | vis.group.coloredmeshes(
  coloredmeshes,
  view_angles = "sd_dorsal",
  output_img = "fsbrain_group_annot.png",
  num_per_row = 5L,
  captions = NULL
)
 | 
| coloredmeshes | a list of coloredmeshes lists, each entry in the outer list contains the hemilist of coloredmeshes (lefgt and right hemisphere mesh) for one subject. | 
| view_angles | see  | 
| output_img | character string, the file path for the output image. Should end with '.png'. | 
| num_per_row | positive integer, the number of tiles per row. | 
| captions | optional vector of character strings, the short text annotations for the individual tiles. Typically used to plot the subject identifier. | 
named list, see the return value of arrange.brainview.images.grid for details.
This is a mid-level function, end users may want to call high-level functions like vis.group.annot instead.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.