| cross_comp | R Documentation |
Computes a cross-comparison matrix for polygon objects from a hespdiv
object. The matrix quantifies similarity or dissimilarity among polygon
objects and can be used for further analyses, such as clustering, either
directly or after transformation.
cross_comp(obj)
obj |
A |
The cross_comp() function uses the compare.f function from
obj$call.info$Call_ARGS to perform pairwise comparisons of
hespdiv polygon objects stored in obj$poly.obj. The result is
a cross-comparison matrix.
A numeric matrix containing pairwise comparison values among the
hespdiv polygon objects stored in obj$poly.obj.
Polygon cross-comparison is currently not available for the "pielou"
method. It is also not supported for custom methods whose compare.f
function relies on variables from environments other than the function's own
arguments.
Liudas Daumantas
Other functions for hespdiv results post-processing:
hsa(),
hsa_detailed(),
hsa_quant(),
hsa_sample_constrained(),
nulltest(),
taxon_effect()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.