plot_logit_freq_dist: Plot a histogram of variant allele frequencies with logit...

Description Usage Arguments Value Examples

View source: R/demonanalysis.R

Description

Plot a histogram of variant allele frequencies with logit x-axis and log y-axis

Usage

1
plot_logit_freq_dist(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_logit_freq_dist(system.file("extdata", "output_allele_counts.dat", 
package = "demonanalysis", mustWork = TRUE))

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