Description Usage Arguments Value Examples
This function assists in the process of importing a file with original landmarks coordinates for each studied individuals and transforming these data into the lower off-diagonal matrix of euclidean distance between all ladmarks coordinates for each individual placed in a single row. It also allows to import qualitative information for each individual resulting in factors in the new data frame.
1 | iedma(x, p, k = 0, d = 2)
|
x |
A data frame containing the initial data of landmarks coordinates. |
p |
Number of landmarks. |
k |
Number of factors with qualitative information. |
d |
Number of dimensions of the lanmdmarks coordinates. |
A data frame with the lower off-diagonal matrix of euclidean distance between all ladmarks coordinates for each individual placed in a single row. If k factors with qualitative information are also imported, factors are place in the k first columns of the new data frame.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.