Description Usage Arguments Value
Plot 3D structures from the CCF
1 2 3 | plot_ccf_meshes(mesh_list, fg_structure, fg_color = NULL, fg_alpha = 1,
bg_structure = NULL, bg_color = NULL, bg_alpha = 0.2,
style = "shiny")
|
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) |
style |
The overall style of the structures. Can be "shiny","matte", "cartoon", or "none". "none" will not modify the existing rgl.material settings for the meshes. |
a 3D plot in an RGL window.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.