Turtle, Observer, Patch

average-of-turtles [list of commands]

Parameters:
[list of commands] List of turtle commands A list of commands for the turtles to run which returns a number

Description:
Returns the numerical average of the [list of commands] when evaluated across all the turtles.

Examples:
average-of-turtles [speed] returns the average speed of all the turtles.

Notes:
If [list of commands] contains no numbers, an error occurs. If some of the [list of commands], when evaluated, are not numbers, those values are ignored.

When a turtle calls the command, it, itself, is not included as part of the calculation.

Related Commands:
average-of-breed median-of-turtles min-of-turtles mode-of-turtles sum-of-turtles variance-of-turtles