I have two conditions that I am unable to implement in NL.
Consider the following scenario.
I have cities as turtles. Each patch has one turtle i.e. one city.
Under certain conditions I want to split a city into two but have it visually appear as only taking the space of one city i.e. one patch. Visual Summary: two turtles as cities on one patch.
Under certain conditions I want to merge two cities in neighboring patches. I want them to then exist as one city i.e one turtle, but to visually occupy the space of two patches. visual summary: One turtle as one city on the space of two patches.
Any ideas on how I can achieve this?
Thank you!