taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
316 stars 86 forks source link

Update for upcoming changes in package seriation #269

Open mhahsler opened 1 year ago

mhahsler commented 1 year ago

Hi,

The seriation method names for MDS methods change slightly in the upcoming version of seriation. We have added several nonmetric MDS variants:

"isomap" , "isoMDS", "monoMDS"

You can also register more MDS methods from smacof using register_smacof().

The old name for isoMDS ("MDS_nonmetric") will be deprecated with version 1.5.0 and will produce a warning.

Please adapt the following file once seriation_1.5.0 is on CRAN:

Best regards, Michael