View source: R/plot_raw_data.R
plot_by_segreg_type | R Documentation |
The function receives an object of class onemap
.
For outcrossing populations, it can show detailed information (all 18 possible categories),
or a simplified version.
plot_by_segreg_type(x, subcateg = TRUE)
x |
an object of class |
subcateg |
a TRUE/FALSE option to indicate if results will be plotted showing all possible categories (only for outcrossing populations) |
a ggplot graphic
data(onemap_example_out) #Outcrossing data plot_by_segreg_type(onemap_example_out) plot_by_segreg_type(onemap_example_out, subcateg=FALSE) data(onemap_example_bc) plot_by_segreg_type(onemap_example_bc) data(mapmaker_example_f2) plot_by_segreg_type(mapmaker_example_f2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.