build_plot: workhorse function for 'brainconn()'

View source: R/build_plot.R

build_plotR Documentation

workhorse function for brainconn()

Description

returns a ggraph object of plotted brain connectivity matrix

Usage

build_plot(
  conmat,
  data,
  data.row = NULL,
  data.col = NULL,
  background,
  node.size,
  node.color = "network",
  thr = NULL,
  uthr = NULL,
  view,
  edge.color,
  edge.alpha,
  edge.width,
  show.legend,
  label.size,
  labels,
  include.vec = NULL,
  scale.edge.width,
  edge.color.weighted,
  label.edge.weight,
  ...
)

Author(s)

Sidhant Chopra


Ali-Mahzarnia/brainconn2 documentation built on Feb. 19, 2024, 4:16 a.m.