powered by
This function generates a dataset representing a structure with a Crescent pattern.
gen_crescent(n = 500)
A tibble containing a Crescent structure.
An integer value (default: 500) representing the sample size.
set.seed(20240412) crescent <- gen_crescent(n = 500)
Run the code above in your browser using DataLab