Performs beta-dispersion and PERMANOVA analyses.
multivariate_tests(df, output_dir, seed_disp = NULL, seed_perm = NULL)A list containing multivariate test results.
A cleaned data frame containing morphometric traits.
Directory where results will be written.
Optional integer; if provided, sets the random seed immediately before beta-dispersion permutation tests to ensure reproducibility.
Optional integer; if provided, sets the random seed immediately before PERMANOVA permutation tests to ensure reproducibility.