plot_surf3d | R Documentation |
Plots 3D cortical surfaces
plot_surf3d(
surf_data,
surf_color = "grey",
cmap,
limits,
atlas = 1,
hemi = "b",
medial_gap = 0,
orientation_labels = TRUE,
VWR_check = TRUE
)
surf_data |
A numeric vector (length of V) |
surf_color |
color of the cortical surface. Set to |
cmap |
A string vector containing 2 to 4 color names/codes specifying the colors to be used for the color scale. See |
limits |
A combined pair of numeric vector composed of the lower and upper color scale limits of the plot. When left unspecified, the symmetrical limits |
atlas |
atlas used for identifying region labels. 1=Desikan, 2=Destrieux-148, 3=Glasser-360, 4=Schaefer-100, 5=Schaefer-200, 6=Schaefer-400. Set to |
hemi |
A string specifying the hemisphere to plot. Possible values are |
medial_gap |
A numeric value specifying the amount of gap (in MNI coordinate units) to separate the left and right hemispheres. Set to |
orientation_labels |
A boolean object specifying if orientation labels are to be displayed. Set to |
VWR_check |
A boolean object specifying whether to check and validate system requirements. Default is TRUE. |
a plot_ly object
surf_data = runif(20484);
plot_surf3d(surf_data = surf_data, VWR_check=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.