pespiral2 {MandalaR}R Documentation

creates a dataframe containing the points for the espiral hiperbolica mandala

Description

Function to build a espiral hiperbolica

Usage

pespiral2(theta, raio, k, n)

Arguments

theta

is a vector length 2 with start angle and end angle

raio

is a vector length 1 with radius value

k

is a vector of length 1 with angles in degree to rotate the point (x,y)

n

is a number of points

Value

Returns a dataframe with the original points plus the respective rotations of these points.

Author(s)

Luciane Ferreira Alcoforado

Examples

theta = c(0,6*pi)
k=45
raio = 1
n=20
pespiral2(theta, raio, k, n)


[Package MandalaR version 0.1.0 Index]