| 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
distancetwo-dimensional
matrixof modenumericwith rows as types, columns as types, and elements containing the pairwise distance of typesdat_idobject of class
characterdescribing the class of distance / similarity being used, e.g. "naive", "taxonomic", and so oncomponentslist containing the components necessary to calculate similarity. This list is empty when
precompute_dist = TRUEwhen 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]