plot_ccf_meshes.RdPlot 3D structures from the CCF
plot_ccf_meshes(mesh_list, fg_structure, fg_color = NULL, fg_alpha = 1, bg_structure = NULL, bg_color = NULL, bg_alpha = 0.2)
| mesh_list | a named list of one or more 3D mesh objects | 
|---|---|
| fg_structure | The name(s) of the structure to plot as a foreground (solid) object. | 
| fg_color | The color to use for the foreground object (default is NULL, which retains mesh material). | 
| fg_alpha | The alpha/opacity of the foreground object (default is 1). | 
| bg_structure | The name(s) of the structure to plot as a background (semitransparent) object. | 
| bg_color | The color to use for the background object (default is NULL, which retains mesh material). | 
| bg_alpha | The alpha/opacity of the background object (default is 0.2) | 
a 3D plot in an RGL window.