A function, generally used in the debug console, that prints summary statistics (length, mean, standard deviation, variance, maximum, minimum, and sum) for an agent property.
Parameters
var — str, required
The property to summarize. Only works for properties with a numeric value.
prim — str, optional
Which agent primitive to gather the data from. A value of
None
will select the first primitive in order, usually'agent'
unless that primitive has been removed or reordered.Default value: None
breed — str, optional
Limits the data to agents of that particular breed.
Default value: None
Notes and Examples