powered by
This function generates a dataset representing a structure with a helical hyper spiral.
gen_helicalspiral(n = 500)
A data containing a helical hyper spiral.
A numeric value (default: 500) representing the sample size.
set.seed(20240412) helicalspiral <- gen_helicalspiral(n = 500)
Run the code above in your browser using DataLab