You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to conditionally select a subset of a network based on link values to perform some functions, mainly distance-to, path-to and turtles-in-radius.
So for example, I have a network with links. Each link has either a red, green or blue color. I would like see which turtles are in a certain radius using only the green and blue links (so not red). Then I want to find a path those one of those turtles over only those green and blue links.
Is it currently possible to select such a subset of the network/links? If so, how? (I would expect something like with [color != red]). If not, it would be amazing to have this as an feature!
The text was updated successfully, but these errors were encountered:
I would like to conditionally select a subset of a network based on link values to perform some functions, mainly
distance-to
,path-to
andturtles-in-radius
.So for example, I have a network with links. Each link has either a red, green or blue color. I would like see which turtles are in a certain radius using only the green and blue links (so not red). Then I want to find a path those one of those turtles over only those green and blue links.
Is it currently possible to select such a subset of the network/links? If so, how? (I would expect something like
with [color != red]
). If not, it would be amazing to have this as an feature!The text was updated successfully, but these errors were encountered: