Plot statistics on a surface.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | plot_surface(
overlay,
underlay = hcp,
hues = viridis::viridis(500),
pos.max = NULL,
pos.min = NULL,
neg.max = NULL,
neg.min = NULL,
thresh0 = TRUE,
facet.names = c("left_lateral", "left_medial", "right_lateral", "right_medial"),
dims = c(1, 4),
anno = FALSE,
facet.params,
anno.cex = 0.5,
not.rstudio.gd = TRUE,
...
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.