The
PERCENT-BEST-LAND slider determines the initial density of patches that are
seeded with the maximum amount of grain. This maximum is adjustable via the
MAX-GRAIN variable in the SETUP procedure in the procedures window. The
GRAIN-GROWTH-INTERVAL slider determines how often grain grows. The NUM-GRAIN-GROWN
slider sets how much grain is grown each time GRAIN-GROWTH-INTERVAL allows
grain to be grown.
The
NUM-PEOPLE slider determines the initial number of people. LIFE-EXPECTANCY-MIN
is the shortest number of ticks that a person can live. LIFE-EXPECTANCY-MAX is
the longest number of ticks that a person can possibly live. The METABOLISM-MAX
slider sets the highest possible amount of grain that a person could eat per
clock tick. The MAX-DISTANCE slider is the furthest possible distance that any
person could go.
GO
starts the simulation. The TIME ELAPSED monitor shows the total number of clock
ticks since the last setup. The CLASS PLOT shows a line plot of the number of
people in each class over time. The CLASS HISTOGRAM shows the same information
in the form of a histogram. The LORENZ CURVE plot shows the Lorenz curve of the
population at a particular time as well as the 45-degree line of equality. The
GINI-INDEX V. TIME plot shows the Gini index at the time that the Lorenz curve
is drawn. The LORENZ CURVE and the GINI-INDEX V. TIME plots are updated every
five passes through the GO procedure.