R Under development (unstable) (2025-08-26 r88710 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. > library(intamapInteractive) Loading required package: intamap Loading required package: sp > library(gstat) > data(walker) > object=createIntamapObject(observations=walker) [1] "createIntamapObject: formulaString is missing, using: Id ~1" Warning message: In createIntamapObject(observations = walker) : createIntamapObject: No prediction locations submitted - sampling from bbox of observations > object=anisotropyChoice(object) > > print(summary(object$clusters$index)) V1 Min. :1 1st Qu.:1 Median :1 Mean :1 3rd Qu.:1 Max. :1 > print(object$anisPar) $ratio [1] 1.104618 $direction [1] -87.22301 $clusters [,1] [,2] [,3] [,4] [,5] [1,] 1 1.104618 -87.22301 470 68531 > > > > object=doSegmentation(object) > > print(summary(object$clusters$index)) V1 Min. :1 1st Qu.:1 Median :1 Mean :1 3rd Qu.:1 Max. :1 > > proc.time() user system elapsed 3.87 0.39 4.20