Title

nodes(
  x,
  ...,
  weighted_nodes = TRUE,
  node_size_multiplier = 1,
  node_color = "#3E4750",
  node_sizes = 1,
  node_direction = 2,
  self_connections = weighted_nodes,
  self_connection_color = "#000000",
  nodes_include_self = TRUE,
  node_halo = 0,
  self_connection_halo = 0,
  node_labels = TRUE,
  node_position_multiplier = 1,
  node_saturation_multiplier = 1,
  sender_direction = 1,
  weights = NULL,
  nodes = NULL
)

Arguments

x

TBD

...

TBD

weighted_nodes

TBD

node_size_multiplier

TBD

node_color

TBD

node_sizes

TBD

node_direction

TBD

self_connections

TBD

self_connection_color

TBD

nodes_include_self

TBD

node_halo

TBD

self_connection_halo

TBD

node_labels

TBD

node_position_multiplier

TBD

node_saturation_multiplier

TBD

sender_direction

TBD

weights

TBD

nodes

TBD

Value

TBD