pgagetrealallele(1) debian man page | unix.com

Man Page: pgagetrealallele

Operating Environment: debian

Section: 1

PGAGetRealAllele(1)						      PGAPack						       PGAGetRealAllele(1)

NAME
PGAGetRealAllele - returns the value of real-valued allele i in string p in population pop
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" double PGAGetRealAllele(ctx, p, pop, i) PGAContext *ctx int p int pop int i
LOCATION
real.c
EXAMPLE
Example: Returns the value of the ith real-valued allele of string p in population PGA_NEWPOP PGAContext *ctx; int p, i, r; r = PGAGetRealAllele (ctx, p, PGA_NEWPOP, i) 05/01/95 PGAGetRealAllele(1)
Related Man Pages
pgaevaluate(1) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgacreate(8) - debian
glxquerycontextinfoext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results