API¶
Our package consists of several different functions/classes to perform various operations on our dataset, including loading the data, plotting the data and analysis the data.
Random draw function¶
Samples from the numbers from 1 to 5, with a biased distribution based on the input. |
Loading Data¶
|
This is a simple class representing a Ant |
|
Loads a specific Ant dataset from all of the datasets we collect every year. |
Movement Functions¶
Generate random movements for ants based on their type. |
Outlier Functions¶
Identifies outliers based on their head size and mandible size |
Plotting Functions¶
|
Plot histogram of ant speeds by type. |
|
Create a scatter plot with different colors for different labels. |
|
Plot quiver plot of ant movements. |