Description Usage Arguments Value Examples
View source: R/demonanalysis.R
Create a set of grid and Muller plots
1 2 3 |
path |
folder containing the input files |
output_filename |
name of output image file |
file_type |
either "pdf" or "png" (other values default to "pdf") |
output_dir |
folder in which to save the image file; if NA then plots are displayed on screen instead |
trim |
how many rows and columns to remove from grids; if trim < 0 (default) then all rows and columns containing NA are removed |
include_genotype_plots |
whether to include genotype plots |
cutoff |
Numeric cutoff; genotypes that never become more abundant than this value are omitted from Muller plots |
min_birth_rate |
minimum value for birth rate scale (set automatically by default) |
max_birth_rate |
maximum value for birth rate scale (set automatically by default) |
either an image file or a plot displyed on screen
1 | plot_all_images(system.file("extdata", "", package = "demonanalysis", mustWork = TRUE))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.