5.16 Plotting AF trajectory


Plot the trajectory of AFs over time with ggplot.
ggplot(data = sim_results,
       aes(x = gen, y = af)) +
  geom_line()