powered by
This function generates a dataset representing a structure with linear shaped branches.
gen_linearbranches(n = 400, k = 4)
A data containing linear shaped branches.
A numeric value (default: 400) representing the sample size.
A numeric value (default: 4) representing the number of branches.
set.seed(20240412) linearbranches <- gen_linearbranches(n = 400, k = 4)
Run the code above in your browser using DataLab