rose_curve: Generate rose curve

Description Usage Arguments Examples

View source: R/rose_curve.R

Description

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

Usage

1
rose_curve(n, d, delta = pi/180, N = 32)

Arguments

n

Curve parameter

d

Curve parameter

delta

Timestep

N

Determines the extent of the curve

Examples

1

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