Plotting
EvoId comes with Plot recipes.
function plot(sim::Simulation;trait = 1)Arguments
- if
length(trait) == 1then we scatter plottraitalong time - if
2 <= length(trait) <= 3then we project world of the last time step in the two (three) dimensional trait space define bytrait
We might want to get a 3 dimensional scatter plot
with time, trait1 and trait2 as axis