plot3d.templatebrain | R Documentation |
Plot 3D surface of a template brain
## S3 method for class 'templatebrain'
plot3d(x, col = "grey", alpha = 0.3, ...)
x |
the template brain to plot. |
col |
the color of the surface. |
alpha |
the alpha value of the surface. |
... |
extra arguments to pass to |
This function will work immediately for the standard templatebrain defined in the package documentation. If passed an object called e.g. FCWB it expects to find another object named FCWB.surf containing the surface information. If you follow this naming convention for user-defined refbrains it will work for them as well.
This function is principally called for its side effect of adding to the plot. A vector of rgl shape IDs is returned invisibly.?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.