M3C icon indicating copy to clipboard operation
M3C copied to clipboard

Problem with column names starting with 'X' followed by a number

Open paoloinglese opened this issue 2 years ago • 1 comments

https://github.com/crj32/M3C/blob/8d975f2763a4fdfb01774c221cbcb0d52c28f5c7/R/M3C.R#L115

In this line the 'X' is removed from the column names. If the following character is a number, then the 'X' will be added again when the matrix is converted into a data.frame. This gives an error in the neworder1, neworder2.

paoloinglese avatar Sep 25 '21 10:09 paoloinglese

https://stackoverflow.com/questions/65010759/clustering-by-m3c-package-error-in-data-framedf-neworder2-undefined-c

jgarces02 avatar Feb 11 '22 11:02 jgarces02