plot_ccf_meshes: Plot 3D structures from the CCF

Description Usage Arguments Value

View source: R/rgl_plots.R

Description

Plot 3D structures from the CCF

Usage

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")

Arguments

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.

Value

a 3D plot in an RGL window.


AllenInstitute/cocoframer documentation built on May 21, 2020, 3:09 a.m.