Fish_distance_matrix | R Documentation |
Fish_incidence_data
This dataset includes a species pairwise symmetric distance matrix for 88 species listed in the Fish_incidence_data
dataset. Each element in the matrix represents a Gower distance between two species computed from species traits.
data(Fish_distance_matrix)
Fish_distance_matrix
is a 88 x 88 (species by species) symmetric data.frame. Each element of the data.frame is between zero (for species pairs with identical traits) and one.
$ Agonus_cataphractus: num 0 0.326 0.280 0.055 0.093 ...
$ Alosa_fallax: num 0.326 0 0.380 0.336 0.311 ...
$ Ammodytes_marinus: num 0.280 0.380 0 0.243 0.364 ...
.......
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.