Count Within Steps With =

From StarLogo Nova Wiki
Revision as of 08:49, 10 November 2022 by Admin (talk | contribs) (Created page with "Category:Detection Category:Code Block <section begin=image/>alt=Count within steps with equal|thumb<section end=image/> <section begin="name" />'''<code>count [▼] within [_] steps with [▼] = [_]</code>'''<section end="name" /> is a code block part of the Detection drawer. == Usage== <p id="tooltip"><code>count [▼] within [_] steps with [▼] = [_]</code> is used to provide the number of agents of a select...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Count within steps with equal

count [▼] within [_] steps with [▼] = [_] is a code block part of the Detection drawer.

Usage

count [▼] within [_] steps with [▼] = [_] is used to provide the number of agents of a selected breed AND specific trait that exist within a given step limit in Spaceland.

Syntax

count [Dropdown: Type of Agent](s) within [Textbox: Number] steps with [Dropdown: Type of Trait](s) = [Textbox: Text]

Common Uses

  • A common use of the count [▼] within [_] steps with [▼] = [_] block is to monitor the total population of agents of a select breed AND trait. To do this simply, The World agent can be directed to count the number of agents within some region of Spaceland with a designated trait.

Nuances

Related Blocks