powered by
This function generates a dataset representing a conical spiral structure.
gen_conicspiral(n = 500, spins = 1)
A data containing a conical spiral structure.
A numeric value (default: 500) representing the sample size.
A numeric value (default: 1) representing the number of loops of the spiral.
set.seed(20240412) conicspiral <- gen_conicspiral(n = 500, spins = 1)
Run the code above in your browser using DataLab