lissajous: Generate Lissajous data

Description Usage Arguments Examples

View source: R/lissajous.R

Description

Generates data for plotting Lissajous curves and stores it in a data frame with (x, y) coordinates. Refer to the Wikipedia article for details.

Usage

1
lissajous(a = 1, b = 1, A = 1, B = 1, d = 200, delta = 0.01 * pi)

Arguments

a

<- Parameter

b

<- Parameter

A

<- Parameter

B

<- Parameter

d

<- Parameter

delta

<- Timestep

n

The number of points to generate

Examples

1

marcusvolz/mathart documentation built on May 24, 2021, 4:16 p.m.