diff --git a/news/index.html b/news/index.html index 9bceeee0..4b166185 100644 --- a/news/index.html +++ b/news/index.html @@ -76,7 +76,7 @@

Changelog

- +

Value

-

a list is returned containing:

horizons
-

c('mds.1', -'mds.2', 'sil.width', 'neighbor')

-
stats
-

mean and standard deviation -of vars, computed by generalized horizon label

-
dist
-

the -distance matrix as passed to isoMDS

- -
+

a list is returned containing:

Details

-

Non-metric multidimensional scaling is performed via isoMDS. -The input distance matrix is generated by daisy using +

Non-metric multidimensional scaling is performed via MASS::isoMDS(). +The input distance matrix is generated by cluster::daisy() using (complete cases of) horizon-level attributes from obj as named in vars.

-

Silhouette widths are computed via silhouette. The input -distance matrix is generated by daisy using (complete cases +

Silhouette widths are computed via cluster::silhouette(). The input +distance matrix is generated by cluster::daisy() using (complete cases of) horizon-level attributes from obj as named in vars. Note that observations with genhz labels specified in non.matching.code are removed filtered before calculation of the distance matrix.

See also

-

get.ml.hz

+

get.ml.hz()

Author

diff --git a/reference/profile_compare.html b/reference/profile_compare.html index 9a5a4f9b..1b5c86af 100644 --- a/reference/profile_compare.html +++ b/reference/profile_compare.html @@ -252,7 +252,7 @@

References

See also

-

slice, daisy

+

dice(), cluster::daisy()

Author