Function PGAPrintString

Function Documentation

void PGAPrintString(PGAContext *ctx, FILE *fp, int p, int pop)

Write the allele values in a string to a file.

Example

PGAContext *ctx;
int p;

...
PGAPrintString (ctx, stdout, p, PGA_OLDPOP);

Parameters
  • ctx – context variable

  • fp – pointer to file to write the string to

  • p – index of the string to write out

  • pop – symbolic constant of the population string p is in

Returns

None