distance-class {rdiversity} | R Documentation |
distance-class
Description
Container for class distance
.
Usage
## S4 method for signature 'distance'
show(object)
Arguments
object |
object of class |
Fields
distance
two-dimensional
matrix
of modenumeric
with rows as types, columns as types, and elements containing the pairwise distance of typesdat_id
object of class
character
describing the class of distance / similarity being used, e.g. "naive", "taxonomic", and so oncomponents
list containing the components necessary to calculate similarity. This list is empty when
precompute_dist = TRUE
when calculating distance. When a pairwise distance matrix is too large andprecompute_dist = FALSE
, this list contains all the information required to calculate pairwise distance between types
[Package rdiversity version 2.2.0 Index]