Skip to contents

This function formats the output of gen-iter-f-choosy.

Usage

form.autopop(popvect, generations)

Arguments

popvect

Output from gen-iter-f-choosy function.

generations

Number of generations included.

Value

Output file is a data frame where each row is a generation. The columns are as follows,

  • V1: number of immature diploids.

  • V2: number of immature triploids.

  • V3: number of immature tetraploids.

  • V4: number of mature diploids.

  • V5: number of mature triploids.

  • V6: number of mature tetraploids.

  • V7: number of diploid offspring produced during t - 1.

  • V8: number of triploid offspring produced during t - 1.

  • V9: number of tetraploid offspring produced during t - 1.

  • V10: number of gametes per diploid individual at t - 1.

  • V11: number of gametes per triploid individual at t - 1.

  • V12: number of gametes per tetraploid individual at t - 1.

  • gen: generation.

  • sum: total number of individuals.

  • sum2x-sum4x: total number of each cytotype at that generation.

  • V1a:V6a: relative abundance of V1:V6 in that generation.

  • C2: relative abundance of all diploids (ie. sum2x/sum).

  • C3: relative abundance of all triploids (ie. sum3x/sum).

  • C4: relative abundance of all tetraploids (ie. sum4x/sum)