All of these commands are created when you declare your turtles to have breeds, using the breeds
command. For each command in this listing, replace the word 'breed' by the actual name of the breed you have created. For example,
breeds [frogs toads]
to go
create-frogs 100
create-toads-and-do 100 [if count-frogs > 50 [setc brown]]
end
ask-breed |
breed |
count-breed |
list-of-breed |
max-of-breed |
one-of-breed |
sdev-of-breed |
variance-of-breed |