powered by
Points are drawn from a uniform distribution between -1 and 1, the pipe structure is generated by rejecting points if they are not on a circle with radius 1 and thickness t in the last two parameters.
pipeData(n, p, t = 0.1)
sample dimensionality
number of sample points to generate
thickness of circle, default=0.1
sample points in tibble format
# NOT RUN { pipeData(4, 100) pipeData(2, 100, 0.5) # }
Run the code above in your browser using DataLab