powered by
This function generates a dataset representing a structure with a curvy cylinder.
gen_curvycylinder(n = 500, h = 10)
A data containing a curvy cylinder.
An integer value (default: 500) representing the sample size.
A numeric value (default: 10) representing the height of the cylinder.
set.seed(20240412) curvycylinder <- gen_curvycylinder(n = 500, h = 10)
Run the code above in your browser using DataLab