genlabels | R Documentation |
Function genlabels
sets the names of a vector or matrix of
genotype counts.
genlabels(X)
X |
a 3 (or 5) element vector with genotype counts, a matrix of genotype counts (3 or 5 columns) |
A vector or a matrix
Jan Graffelman (jan.graffelman@upc.edu)
HWChisq
x <- c(25,50,25)
x <- genlabels(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.