Skip to contents

This function generates a coloured generative art ggplot object using dendograms and circular graphs.

Usage

circles(
  n = 100,
  smoothness = 100,
  col_palette = rcartocolor::carto_pal(n = 12, "Bold"),
  line_col = NA,
  bg_col = "black",
  s = 1234
)

Arguments

n

Number of nodes. Default 10.

smoothness

Smoothness of lines on circles. Default 100.

col_palette

Vector of colours. Default "Bold" colour palette from rcartocolor.

line_col

Background colour. Default NA.

bg_col

Background colour. Default "black".

s

Seed value. Default 1234.

Value

A ggplot object.