This function generates S-curve data.
References
Buitinck, L., Louppe, G., Blondel, M., Pedregosa, F., Mueller, A., Grisel, O., ... & Varoquaux, G. (2013). API design for machine learning software: experiences from the scikit-learn project. arXiv preprint arXiv:1309.0238.
Examples
set.seed(20240412)
scurve <- gen_scurve(n = 500, p = 4)
#> ✔ Wavy shaped noise dimensions generation completed successfully! 🎉
#> ✔ Data generation completed successfully! 🎉