After I set the coordinates like this:
ifelse any? cluster
[setxy (mean [xcor] of cluster) (mean [ycor] of cluster) show list xcor ycor]
[die]
the inspector of this turtles is like this:
But if I type:
observer> show [list xcor ycor ] of turtle 112
observer: [28.333803797046162 62.879374157991066]
Why is that? Does anyone knows?