Description Usage Arguments Details Value Examples
View source: R/demonanalysis.R
Plot genotype diversity versus time
1 2 3 4 |
sum_df |
data frame created by driver_geno_div_df_batch |
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 |
log_y |
whether to apply a log10 transformation to the y axis (default FALSE) |
facet1 |
column name for facet rows |
facet2 |
column name for facet columns |
height |
relative image height |
width |
relative image width |
ymax |
maximum of y axis |
selected_seed |
seed number for which results will be highlighted |
Lines are coloured by combinations of parameter values.
either an image file or a plot displyed on screen
1 2 3 | sum_df <- driver_geno_div_df_batch(system.file("example_batch", "",
package = "demonanalysis", mustWork = TRUE))
plot_driver_geno_div(sum_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.