penrose.full: Plot a full penrose using the penrose() recursive function

Description Usage Arguments Value

Description

penrose.full() sets up a full penrose tiling starting with 10 kites arranged in a decagon (sun formation)

Usage

1
2
3
penrose.full(core.x = 0, core.y = 0, core.r, final.iter, kite = TRUE,
  dart = TRUE, core.rot = 0, core.sca = 1, cent.rot = 0, cent.sca = 1,
  ticker = 0)

Arguments

core.x

x coordinate of the true center of the final penrose tiling

core.y

y coordinate of the true center of the final penrose tiling

core.r

radius of the penrose tiling

final.iter

final iteration at which to stop the deflation process

kite

boolean on whether to plot kites

dart

boolean on whether to plot darts

core.rot

numeric degrees to rotate the set of all points by, hinged on the true center

core.sca

numeric amount to scale the set of all points by, relative to the true center

cent.rot

numeric degrees to rotate the set of all points by, hinged on the center of points

cent.sca

numeric amount to scale the set of all points by, relative to the center of points

ticker

additional outside parameter for miscellaneous use

core.x

numeric x coordinate of true center of the penrose

core.y

numeric y coordinate of true center of the penrose

Value

null, just plots shapes


ash129/penrose documentation built on May 17, 2019, 12:04 p.m.