Description Usage Arguments Examples
View source: R/updog_genotype.R
Plot a barplot with error probabilities values
1 2 3 4 5 6 7 |
onemap.obj |
an object of class |
mk.type |
a TRUE/FALSE value to define if genotypes will colored by marker type |
select.ind |
a string defining specific individuals. The graphic will only contains error probability information of this individuals. |
select.mk |
a string defining specific markers. The graphic will only contains error probability information of this markers. |
n.int |
1 2 3 4 5 6 | ## Not run:
data(onemap_example_out)
p <- plot_error_dist(onemap_example_out)
ggplot2::ggsave("errors_out.jpg", p width=7, height=4, dpi=300)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.