Opens a new 3D viewer window (with pan), plots a brain volume, and adjusts the view angle.
new_3d_plot(volume = elmr::FAFB.surf, col = "gray", alpha = 0.1)
volume | The brain or other surface object to plot. Defaults to |
---|---|
col | The colour to use for plotting the surface. Default is gray. |
alpha | The alpha value of the plotted surface. Defaults to 0.1. |