Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Plot a histogram of variant allele frequencies with logit x-axis and log y-axis
1 | plot_logit_freq_dist(file_or_dataframe, generation = NA, ...)
|
file_or_dataframe |
file or data frame containing columns "Frequency" and "Count" |
generation |
Generation at which to make the measurement (default NA corresponds to the final Generation) |
... |
other parameters passed to plot |
plot displyed on screen
1 2 | plot_logit_freq_dist(system.file("extdata", "output_allele_counts.dat",
package = "demonanalysis", mustWork = TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.