Turtle, Observer, Patch

min-of-patches [list of commands]

Parameters:
[list of commands] List of patch commands list of commands that evaluate to a number

Description:
Reports the lowest value of [list of commands] when run over all of the patches.

Examples:
min-of-patches [food] reports the smallest value of the patch variable food for all patches.

Notes:
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.

Related Commands:
average-of-patches max-of-patches median-of-patches min-of-patches-with mode-of-patches sdev-of-list sdev-of-patches sum-of-patches variance-of-patches