randomPxcor: Random 'pxcor'

randomPxcorR Documentation

Random pxcor

Description

Report n random pxcor coordinates within the world's extent.

Usage

randomPxcor(world, n)

## S4 method for signature 'worldNLR,numeric'
randomPxcor(world, n)

Arguments

world

WorldMatrix or worldArray object.

n

Integer.

Value

Integer. Vector of length n of pxcor coordinates.

Author(s)

Sarah Bauduin

References

Wilensky, U. 1999. NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern University. Evanston, IL.

See Also

https://ccl.northwestern.edu/netlogo/docs/dictionary.html#random-pcor

Examples

w1 <- createWorld(minPxcor = 0, maxPxcor = 9, minPycor = 0, maxPycor = 9)
pxcor <- randomPxcor(world = w1, n = 10)


PredictiveEcology/NetLogoR documentation built on Jan. 31, 2024, 9:31 p.m.