Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Plot cumulative density of variant allele frequencies versus inverse allele frequency
1 | plot_cum_dist(file_or_dataframe, generation = NA, max_y = 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) |
max_y |
max value of y-axis |
... |
other parameters passed to plot |
plot displyed on screen
1 2 | plot_cum_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.