make_relative: Relative abundance matrix from absolute abundance matrix
Description
From an abundance matrix (numbers of individuals of a given species at a site)
returns a relative abundance matrix (proportion of individuals of a given species
at a given site). This function works also with sparse matrices.
Usage
make_relative(abund_matrix)
Arguments
abund_matrix
abundance matrix, with sites in rows and species in
columns.