Reading from .CSV file 5 Comments Edit I've been working on a project that involves rows of household community data. The records are stored in an Excel file which I conver... Read More
Loading Shapefile (.SHP) to NetLogo 5 Comments Edit Adding GIS data to your NetLogo model is useful when you want to create visualizations of spatial data. The NetLogo GIS extension can hand... Read More
Understanding Mean, Variance and Standard Deviation Add Comment Edit mean list This command reports the mean of numbers in the given list, summation of numbers is performed and then divided by the total nu... Read More
Importing Image to World Add Comment Edit If you're planning to load an image in NetLogo. Check out the available commands below and decide which one is approprite. > imp... Read More
Understanding Patches Add Comment Edit Patches are automatically created when NetLogo loads up. So, the black background shown in the world are patches. You can think of it as pi... Read More