Count Within Steps With =/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "==Bloques Relacionados== *<code>contar [▼] a distancia [_] pasos</code>")
(Updating to match new version of source page)
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
== Usage==
<section begin="name" />'''<code>count [▼] within [_] steps with [▼] = [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.
<p id="tooltip"><code>count [▼] within [_] steps with [▼] = [_]</code> is used to provide the number of agents of a selected breed AND specific trait that exist within a given [[step]] limit in [[Spaceland]].</p>
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
==Usage==
<code>count [▼] within [_] steps with [▼] = [_]</code> is used to provide the number of agents of a selected breed AND specific trait that exist within a given [[step]] limit in [[Spaceland]].
</div>
</div>


<span id="Syntax"></span>
<span id="Syntax"></span>
===Sintaxis===
==Sintaxis==
 
[[File:Count Within Steps With Es.png|right|alt=The Create Each Do Block|thumb]]
 
Entradas en este bloque:
#una raza del primer menú desplegable
#un número en el primer cuadro de entrada
#un rasgo deseado del segundo menú desplegable
#un valor de rasgo para verificar en el segundo cuadro de entrada
 
<!-- <code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps with [Dropdown: Type of Trait](s) = [Textbox: Text]</code> -->
 
<div lang="en" dir="ltr" class="mw-content-ltr">
==Example==
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:count_within_steps_with_example.gif|alt=Count Within Steps With = example gif|thumb]]
[[File:count_within_steps_with_example.png|alt=Count Within Steps With = example code|thumb]]
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
<code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps with [Dropdown: Type of Trait](s) = [Textbox: Text]</code>
In this model, an epidemic has broken out in a population. Yellow agents are uninfected, red agents are infected, and blue agents are immune.  Red agents spread the disease by sneezing, and yellow agents can catch the disease by coming into contact with sneeze particles created by red agents.  The line graph to the left of spaceland keeps track of the total amount of infected, uninfected, and immune agents in the population, by using the ‘count within with’ block.  Since the coordinates of spaceland range from (-50, -50) to (50, 50), it is more than sufficient to count within 200 steps.
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
==Common Uses==
==Common Uses==
*A common use of the <code>count [▼] within [_] steps with [▼] = [_]</code> 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.
*A common use of the <code>count [▼] within [_] steps with [▼] = [_]</code> block is to monitor the total population of agents of a select breed AND trait. To do this, simply ask [[Special:MyLanguage/The World|The World]] agent to count the number of agents within some large number of steps (400 will do).
</div>
</div>



Latest revision as of 18:35, 11 August 2023

Other languages:
Count within steps with equal

contar [▼] a distancia [_] pasos con [▼] = [_] is a bloque de código part of the detección drawer.

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.

Sintaxis

The Create Each Do Block

Entradas en este bloque:

  1. una raza del primer menú desplegable
  2. un número en el primer cuadro de entrada
  3. un rasgo deseado del segundo menú desplegable
  4. un valor de rasgo para verificar en el segundo cuadro de entrada


Example

Count Within Steps With = example gif
Count Within Steps With = example code

In this model, an epidemic has broken out in a population. Yellow agents are uninfected, red agents are infected, and blue agents are immune. Red agents spread the disease by sneezing, and yellow agents can catch the disease by coming into contact with sneeze particles created by red agents. The line graph to the left of spaceland keeps track of the total amount of infected, uninfected, and immune agents in the population, by using the ‘count within with’ block. Since the coordinates of spaceland range from (-50, -50) to (50, 50), it is more than sufficient to count within 200 steps.

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 ask The World agent to count the number of agents within some large number of steps (400 will do).

Para tener en cuenta

Bloques Relacionados