View source: R/PopGenBounds_functions.R
ggfreqtable | R Documentation |
Plots differentiation statistics along with the maximal and minimal values of the statistic
ggfreqtable(freqs)
freqs |
a matrix of allele frequency |
A ggplot object
popa = matrix(c(0.3,0.3,0.3,0.1,rep(0,4*5),
rep(0,4),0.3,0.3,0.3,0.1,rep(0,4*4),
rep(0,4*2),0.3,0.3,0.3,0.1,rep(0,4*3),
rep(0,4*3),0.3,0.3,0.3,0.1,rep(0,4*2),
rep(0,4*4),0.3,0.3,0.3,0.1,rep(0,4),
rep(0,4*5),0.3,0.3,0.3,0.1),ncol=24,byrow = TRUE)
ggfreqtable(popa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.