
Generate data with curvy shaped branches in a initial point
Source:R/branching.R
gen_orgcurvybranches.Rd
This function generates a dataset representing a structure with curvy shaped branches.
Examples
set.seed(20240412)
orgcurvybranches <- gen_orgcurvybranches(n = 400, p = 4, k = 4)
#> Warning: The `x` argument of `as_tibble.matrix()` must have unique column names if
#> `.name_repair` is omitted as of tibble 2.0.0.
#> ℹ Using compatibility `.name_repair`.
#> ℹ The deprecated feature was likely used in the cardinalR package.
#> Please report the issue at
#> <https://github.com/JayaniLakshika/cardinalR/issues>.
#> ✔ 2 noise dimensions have been generated successfully! 🎉
#> ✔ 2 noise dimensions have been generated successfully! 🎉
#> ✔ 2 noise dimensions have been generated successfully! 🎉
#> ✔ 2 noise dimensions have been generated successfully! 🎉
#> ✔ Data generation completed successfully! 🎉