Run full ECDF–Mahalanobis analysis
run_ecdf_mahal_analysis.RdConvenience function that reproduces the three figures from the original manuscript for 1–5 dimensions.
Value
A list containing:
analyses: list of ecdf_theoretical_niche() outputs.
figure1, figure2, figure3: grobs with arranged plots.
Examples
# Recreate original manuscript output:
set.seed(3)
full_res <- run_ecdf_mahal_analysis(dims = 1:5)