draw_machine: Draw basic state of drawing machine

Description Usage Arguments Value Examples

Description

Draw basic state of drawing machine

Usage

1
draw_machine(pantograph)

Arguments

pantograph

Object of class pantograph produced by 'define_pantograph'

Value

ggplot objects

Examples

1
2
3
4
5
6
7
orbit_base <- define_orbit(c(0, 0), 1000)
orbit1 <- define_orbit(c(0, 8), 100, parent_orbit = orbit_base)
orbit2 <- define_orbit(c(0, 1), 20, parent_orbit = orbit1)
orbit3 <- define_orbit(c(-25, 0), 200, parent_orbit = orbit_base)
orbit4 <- define_orbit(c(-8, 0), 20, orbit3)
pan <- define_pantograph(orbit2, orbit4, c(0, 1), c(0, 5), 3, 4)
draw_machine(pan)

alexwhan/guilloche documentation built on May 20, 2019, 2:20 p.m.