R Under development (unstable) (2025-06-25 r88360 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > require(symbolicDA) Loading required package: symbolicDA Loading required package: clusterSim Loading required package: cluster Loading required package: MASS Loading required package: XML > data("cars",package="symbolicDA") > r<- HINoV.SDA(cars, u=3, distance="U_2") > print(r$stopri) [,1] [,2] [1,] 3 3.090556 [2,] 4 3.046064 [3,] 9 2.737461 [4,] 1 2.082814 [5,] 8 1.910823 [6,] 7 1.685097 [7,] 5 1.566636 [8,] 11 1.534665 [9,] 12 1.416376 [10,] 10 1.381502 [11,] 2 1.314787 [12,] 6 0.555058 > plot(r$stopri[,2], xlab="Variable number", ylab="topri", + xaxt="n", type="b") > axis(1,at=c(1:max(r$stopri[,1])),labels=r$stopri[,1]) > > proc.time() user system elapsed 12.89 1.10 14.00