f_factor {MandalaR} | R Documentation |
Mandalar: package for building mandalas from parametric equations of classical curves
Description
Function to reduce points
Usage
f_factor(x, y, k)
Arguments
x |
is a vector length n with coordinate x of point |
y |
is a vector length n with coordinate y of point |
k |
is a vector with factor of decrease or increase points |
Value
Returns a dataframe with the original points plus the respective changed points.
Examples
x=c(1,1)
y=c(0,1)
k=c(0.5)
f_factor(x,y,k)
[Package MandalaR version 0.1.0 Index]