Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Plot counts of variant allele frequencies on linear scales
1 | plot_counts(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_counts(system.file("extdata", "output_allele_counts.dat",
package = "demonanalysis", mustWork = TRUE), ylim = c(0, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.