Fish_distance_matrix {iNEXT.3D}R Documentation

Species pairwise distance matrix for species in the dataset Fish_incidence_data

Description

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.

Usage

data(Fish_distance_matrix)

Format

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 ...
.......


[Package iNEXT.3D version 1.0.4 Index]