+
+
+
+
+
logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Types
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Functions
+
+
+
+
+
+
+
+ -
+ LogoAgent
+
+
+
+
+
+
+
+
+ - Utils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Utils
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Functions
+
+
+
+
+ getLabyrinth
+ | Return a CellularSpace with the representation of a given labyrinth data available in the package. |
+
+
+
+
+
+ getSugar
+ | Return a CellularSpace with the representation of a given sugarscape data available in the package. |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ getLabyrinth
+
+
+-
+
+
+Return a CellularSpace with the representation of a given labyrinth data available in the package.
+
+
+
+
+
+
Arguments
+
+
+ -
+ #1: A string with the name of a labyrinth.
+
+
+
+
+
+
+
+
+
+
+
+Usage
+cs = getLabyrinth("room")
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ getSugar
+
+
+-
+
+
+Return a CellularSpace with the representation of a given sugarscape data available in the package.
+
+
+
+
+
+
Arguments
+
+
+ -
+ #1: A string with the name of a sugarscape.
+
+
+
+
+
+
+
+
+
+
+
+Usage
+cs = getSugar("room")
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+