Learn R Programming

cograph (version 1.5.2)

draw_neural: Draw Neural Node

Description

Circle with small connection circles around the perimeter (neuron-like).

Usage

draw_neural(
  x,
  y,
  size,
  fill,
  border_color,
  border_width,
  alpha = 1,
  n_connections = 6,
  ...
)

Arguments

n_connections

Number of connection points around perimeter.