Learn R Programming

NetLogoR (version 0.3.9)

maxPycor: Maximum pycor

Description

Report the patches maximum pycor in the world.

Usage

maxPycor(world)

# S4 method for worldNLR maxPycor(world)

Arguments

world

WorldMatrix or worldArray object.

Value

Integer.

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#max-pcor

Examples

Run this code
# NOT RUN {
w1 <- createWorld()
maxPycor(w1)


# }

Run the code above in your browser using DataLab