corrr icon indicating copy to clipboard operation
corrr copied to clipboard

available methods in the rearrange() function are unclear

Open adcascone opened this issue 1 year ago • 0 comments

Hello,

It would be helpful to supplement the rearrange function's documentation with information about which method arguments from the seriation package are available for use with the function. Based on the current language in the function's reference site, I would assume that any of the methods from seriation::list_seriation_methods() are fair game: Screenshot 2024-08-16 143137

That, however, is not the case: image

The error message is also slightly confusing, as it suggests the reason that method isn't valid is because of the data type, but method="PCA", under the '$matrix' section above, works.

I appreciate your time and attention to this!

For reference, I am using corrr version 0.4.4 in R 4.4.1.

Best, Arianna C.

adcascone avatar Aug 16 '24 18:08 adcascone