minPxcor {NetLogoR} | R Documentation |
Minimum pxcor
Description
Report the patches minimum pxcor
in the world
.
Usage
minPxcor(world)
## S4 method for signature 'worldNLR'
minPxcor(world)
Arguments
world |
|
Value
Integer.
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#min-pcor
Examples
w1 <- createWorld()
minPxcor(w1)
[Package NetLogoR version 1.0.5 Index]