powered by
This function generates p-D triangular pyramid with triangular pyramid shaped holes.
gen_pyrfrac(n = 500, p = 4)
A data containing a triangular pyramid with triangular pyramid shaped holes.
An integer value (default: 500) representing the sample size.
An integer value (default: 4) representing the number of dimensions.
set.seed(20240412) pyrfrac <- gen_pyrfrac(n = 500, p = 3)
Run the code above in your browser using DataLab