Description Usage Arguments See Also
Combine a colorbar and a brain animation in gif format into a new animation.
1 2 3 4 5 6 7 8 9  | combine.colorbar.with.brainview.animation(
  brain_animation,
  colorbar_img,
  output_animation,
  offset = "+0+0",
  extend_brainview_img_height_by = 0L,
  silent = FALSE,
  allow_colorbar_shrink = TRUE
)
 | 
brain_animation | 
 path to the brain animation in gif format  | 
colorbar_img | 
 path to the main image containing the separate colorbar, usually an image in PNG format  | 
output_animation | 
 path to output image in gif format, must include the '.gif' file extension  | 
offset | 
 offset string passed to   | 
extend_brainview_img_height_by | 
 integer value in pixels, the size of the lower border to add to the brainview_img. Use this if the lower part of the colorbar is off the image canvas.  | 
silent | 
 logical, whether to silence all messages  | 
allow_colorbar_shrink | 
 logical, whether to shrink the colorbar to the width of the animation in case it is considerably wider (more than 20 percent). Defaults to TRUE.  | 
Other colorbar functions: 
coloredmesh.plot.colorbar.separate(),
combine.colorbar.with.brainview.image()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.