Creates a dataframe to hold output from a single run of a Runge & Marra (2004) FAC model Model is run over a certain number of iterations (reps) inorder to reach equilibrium. The main output of a full run of model is the equilibrium population size.

make_FAC_df(iterations = 300)

Arguments

iterations

Number of iterations to run basic FAC model. Defaults to 300.

Value

out.df A dataframe to hold output of each iteration from a single run of the model.