min-of-turtles
[list of commands]
Parameters:
[list of commands] |
List of turtle commands |
list of commands that evaluate to a number |
Description:
Reports the lowest value of [list of commands] when run over all of the turtles.
Examples:
min-of-turtles [speed]
reports the speed of the slowest turtle.
Notes:
Note: This command can also be executed by patches, for example within an ask-patches statement.
Note: If [list of commands] contains no numbers, the greatest possible number is returned. If some of the [list of commands], when evaluated, are not numbers, those values are ignored.
Note: When a turtle calls the command, it is not included as part of the calculation.
Related Commands:
average-of-turtles
max-of-turtles
median-of-turtles
min-of-turtles-with
mode-of-turtles
sdev-of-turtles
sum-of-turtles
variance-of-turtles