Learn R Programming

mathart (version 0.0.0.9000)

epicycloid_curve: Epicycloid curve

Description

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

Usage

epicycloid_curve(a = 1, b = 1, delta = 0.1 * pi)

Arguments

a

Curve parameter

b

Curve parameter

delta

Timestep

Examples

Run this code
# NOT RUN {
epicycloid_curve()
# }

Run the code above in your browser using DataLab