% Read Me %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 1 was not made in MATLAB %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % NoMigrationLVBehavior % % Script makes Figure 2 in my thesis by showing typical Lotka Volterra behavior. % % Requirements: % Version4DataConArrayAMigH0P0.mat % Version4DataHAtotalMigH0P0.mat % % Geneva Mottet UAF April 2019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ConservedVSNotConserved % % Script makes Figure 3 in my thesis by showing changing conserved qunanty. % % Requirements: % Version4DataHAtotalMigHp2Pp2 % Version4DataHAtotalMigH0P0 % % Geneva Mottet UAF April 2019 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PlotLimitCycleWithAllIntialCons % % Script delivers phase space plots with all intial conditions used to make % both plot 4 and 13 % % Inputs: % PhaseSpace Data % LimitCycleVector % Geneva Mottet UAF 12-22-18 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Figure 5 is constucted by staking each version with no migration. It is % not made with a single script. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PlotConvergentTH % % Script makes plots of fraction of simulations to reach threshold and times % to reach threshold value. All plots in chapter 3 and 4 are made with this % code (Figures 6-10) % % Requirements: % ConvergeTHHighLCTH1 % ConvergeTHHighLCTH1 % ConvergentLogicalArrayLV % ConvergeTHLV % % Geneva Mottet UAF 2-28-19 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SaturationTermPlots % % Script delivers two plots that show the stauration terms in the % saturating type II consumer resource function for figures 11 and 12 % % Inputs: % None % % Geneva Mottet UAF 10-13-18 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PlotLimitCycleWithAllIntialCons % % Script delivers phase space plots with all intial conditions used to make % both plot 4 and 13 % % Inputs: % PhaseSpace Data % LimitCycleVector % Geneva Mottet UAF 12-22-18 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%