view_xifti_surface.draw_mesh {ciftiTools}R Documentation

Draw brain hemisphere mesh in RGL

Description

See view_xifti_surface for details.

Usage

view_xifti_surface.draw_mesh(
  mesh,
  mesh_color,
  alpha,
  vertex_color,
  vertex_size,
  edge_color,
  material
)

Arguments

mesh

RGL brain mesh

mesh_color

The color at each vertex

alpha, vertex_color, vertex_size, edge_color

See view_xifti_surface

Value

NULL, invisibly


[Package ciftiTools version 0.15.1 Index]