powered by
Convenience function that reproduces the three figures from the original manuscript for 1–5 dimensions.
run_ecdf_mahal_analysis(dims = 1:5, seed = 3L)
A list containing:
analyses: list of ecdf_niche() outputs.
figure1, figure2, figure3: grobs with arranged plots.
Integer vector of dimensions (default 1:5).
Optional seed for reproducibility.
# Recreate original manuscript output: set.seed(3) full_res <- run_ecdf_mahal_analysis(dims = 1:5)
Run the code above in your browser using DataLab