plot_GIC {mappoly} | R Documentation |
Genotypic information content
Description
This function plots the genotypic information content given
an object of class mappoly.homoprob
.
Usage
plot_GIC(hprobs, P = "P1", Q = "P2")
Arguments
hprobs |
an object of class |
P |
a string containing the name of parent P |
Q |
a string containing the name of parent Q |
Examples
w <- lapply(solcap.err.map[1:3], calc_genoprob)
h.prob <- calc_homologprob(w)
plot_GIC(h.prob)
[Package mappoly version 0.4.1 Index]