pgagetintegerallele(1) debian man page | unix.com

Man Page: pgagetintegerallele

Operating Environment: debian

Section: 1

PGAGetIntegerAllele(1)						      PGAPack						    PGAGetIntegerAllele(1)

NAME
PGAGetIntegerAllele - Returns the value of allele i of member p in population pop.
DESCRIPTION
Assumes the data type is PGA_DATATYPE_INTEGER.
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetIntegerAllele(ctx, p, pop, i) PGAContext *ctx int p int pop int i
LOCATION
integer.c
EXAMPLE
Returns the value of the ith integer allele of string p in population PGA_NEWPOP. PGAContext *ctx; int p, i, k; : k = PGAGetIntegerAllele ( ctx, p, PGA_NEWPOP, i ) 05/01/95 PGAGetIntegerAllele(1)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph