plot_hypotrochoid: Make hypotrochoid plots!

View source: R/plot_misc.R

plot_hypotrochoidR Documentation

Make hypotrochoid plots!

Description

3,7,1 should give the classic 7 leaf clover

Usage

plot_hypotrochoid(
  radius_a = 3,
  radius_b = 7,
  dist_b = 1,
  revolutions = 7,
  increments = 6480
)

Arguments

radius_a

Radius of the major circle

radius_b

And the smaller circle.

dist_b

between b and the drawing point.

revolutions

How many times to revolve through the spirograph.

increments

How many dots to lay down while writing.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.