.HVcalc | R Documentation |
Calculates two hypervolumes and compares them in terms of
overlap and distance. When appropriate (i.e. HVmethod == "box"
),
it also calculates the disjunct factor and repeats the calculations
with larger bandwidths (if freeBW == TRUE
)
.HVcalc(
big.table,
HVpoints,
noAxes,
HVmethod,
ordination,
HVnames,
bwHV1,
bwHV2,
verbose,
...
)
big.table |
is a |
HVpoints |
|
noAxes |
determines the number of axes/columns to use for hypervolume calculation |
HVmethod |
determines the method used to calculate hypervolumes - passed to |
ordination |
determines whether hypervolumes will be calculated on the raw data ("none") of on ordination factor scores (one of "PCA", "HillSmith", "dudi.mix"). Defaults to using a PCA. |
HVnames |
|
bwHV1 |
determines the bandwidth value for first hypervolume. Only used if |
bwHV2 |
determines the bandwidth value for second hypervolume. Only used if |
verbose |
is passed to |
... |
further arguments passed to |
a list
with entries:
'HV1'
'HV2'
'volume.set' - the result of hypervolume::hypervolume_set
'hv.centroid.dist' and 'hv.min.dist' - the result of hypervolume::hypervolume_distance(..., type = "centroid")
and hypervolume::hypervolume_distance(..., type = "minimum")
'Bandwidth' - NA
if HVmethod
is not "box" or "gaussian")
'HV1.disjfact' and 'HV2.disjfact' (NA
if HVmethod
is not "box")
'SVM_nu' and 'SVM_gama' (NA
if HVmethod
is "box" or "gaussian")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.