Usage
plot_brainGraph(g, plane = c("axial", "sagittal", "circular"),
hemi = c("both", "L", "R"), subgraph = NULL, show.legend = FALSE,
rescale = FALSE, asp = 0, main = NULL, sub = "default", ...)
Arguments
plane
A character string indicating which orientation to plot
(default: 'axial'
)
hemi
A character string indicating which hemisphere to plot (default:
'both'
)
subgraph
A character string specifying an equation for deleting
vertices (default: NULL
)
show.legend
Logical indicating whether or not to show a legend
(default: FALSE
)
rescale
A logical, whether to rescale the coordinates (default:
FALSE
)
asp
A numeric constant for the aspect ratio (default: 0)
main
Character string for the main title (default: NULL
)
sub
Character string for the subtitle (default: default
)
...
Other parameters (passed to plot
).