Turtle, Observer, Patch

min-of-breed [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 the turtles of the breed specified by breed.

Examples:
min-of-frogs [speed] reports the speed of the slowest turtle of breed frog.

min-of-cars [mileage] reports the mileage of the turtle of breed car with the lowest mileage.

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-breed max-of-breed median-of-breed min-of-breed-with mode-of-breed sdev-of-breed sum-of-breed variance-of-breed