change igraph attributes so that it is suitable for plotting a small network

ig_convertSmall(
  iG,
  rCol = "#F46D43",
  tCol = "#66C2A5",
  vScale = 1,
  exponent = 2.6
)

Arguments

iG

in which regulators and targets are already specified

rCol

default color for regulator nodes

tCol

default color for target nodes

vScale

vScale

exponent

exponent

Value

iGraph object