Learn R Programming

mappoly (version 0.4.1)

plot_GIC: 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 mappoly.homoprob

P

a string containing the name of parent P

Q

a string containing the name of parent Q

Examples

Run this code
# \donttest{
     w <- lapply(solcap.err.map[1:3], calc_genoprob)
     h.prob <- calc_homologprob(w)
     plot_GIC(h.prob)
# }

Run the code above in your browser using DataLab