Libraries‎ > ‎Epidemics‎ > ‎

Report all recovered

BehaviourComposer: ignore everything before this.
Reports all individuals whose state is recovered
Begin micro-behaviour

Report all recovered

Begin NetLogo code:
to-report all-recovered   report all-individuals with [my-state = "recovered"]end
End NetLogo code

Variants

text

Related behaviours

text

How this works

text

History

text

BehaviourComposer: ignore everything after this.