| cchebyshev | Calculate the p_values matrix for each species, using Chebyshev distance as a base. |
| ceuclide | Calculate the Euclidean distance of a factor in a dataframe. |
| cmahalanobis | Calculate the Mahalanobis distance for each species. |
| cmanhattan | Calculate a Manhattan distance of a factor in a dataframe. |
| generate_report_cchebyshev | Generate a Microsoft Word document about the Chebyshev distance matrix and the p-values matrix with corresponding plots. |
| generate_report_ceuclide | Generate a Microsoft Word document about the Euclidean distance matrix and the p-values matrix with relative plots. |
| generate_report_cmahalanobis | Generate a Microsoft Word document about Mahalanobis distance matrix and p-values matrix with corresponding plots. |
| generate_report_cmanhattan | Generate a Microsoft Word document about the Manhattan distance and the p-values matrices with corresponding plots. |
| pvaluesccheb | Calculate the p_values matrix for each species, using Chebyshev distance as a base. |
| pvaluesceucl | Calculate the p_values matrix for each species, using the Euclidean distance as a base. |
| pvaluescmaha | Calculate p_values matrix for each species, using Mahalanobis distance as a base. |
| pvaluescmanh | Calculate the p_values matrix for each species, using Manhattan distance as a base. |