Libraries‎ > ‎Epidemics‎ > ‎

Recovered total message

BehaviourComposer: ignore everything before this.
I add to the message log a note about the total number of individuals who have recovered.
Begin micro-behaviour

Recovered total message

Begin NetLogo code:
output-print (word "The total number of recovered individuals is " count all-recovered " at time " time)
End NetLogo code

Variants

text

Related behaviours

text

How this works

text

History

text

BehaviourComposer: ignore everything after this.