spiralgen: spiralgen

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Rutils.R

Description

generates data elements along a spiral with additional noise.

Usage

1
spiralgen(radius = 10, n = 1000, laps = 2, noise = 1)

Arguments

radius

determines the radius of a spiral revolution.

n

number of elements to generate.

laps

number of revolutions of the spiral.

noise

determines the width of the spiral stroke.

Value

matrix of sampled row-elements.

Author(s)

Pierrick Bruneau

See Also

datagen circlegen

Examples

1
temp <- spiralgen()

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to spiralgen in VBmix...