plot_counts: Plot counts of variant allele frequencies on linear scales

Description Usage Arguments Value Examples

View source: R/demonanalysis.R

Description

Plot counts of variant allele frequencies on linear scales

Usage

1
plot_counts(file_or_dataframe, generation = NA, ...)

Arguments

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

Value

plot displyed on screen

Examples

1
2
plot_counts(system.file("extdata", "output_allele_counts.dat", 
package = "demonanalysis", mustWork = TRUE), ylim = c(0, 10))

robjohnnoble/demonanalysis documentation built on June 30, 2020, 12:47 a.m.