plot_res: Plot simulation results

View source: R/util.R

plot_resR Documentation

Plot simulation results

Description

Plot a summary of the results of anal.multi or sim.mcmc.

Usage

plot_res(x, ..., ylim=NULL)

Arguments

x

Output of which.correct.

...

Arguments to be passed to par.

ylim

Y-axis limits. If NULL, (0,1) is used.

Value

A plot of the proportion of times each QTL was identified by each method, and the proportion of linked and unlinked extraneous loci.

Author(s)

Karl W Broman, broman@wisc.edu

See Also

anal.multi, anal.mcmc, which.correct

Examples

## Not run: output <- anal.multi()
## Not run: tab <- which.correct(output)
## Not run: plot_res(tab)

kbroman/qtlsim documentation built on May 17, 2023, 11:53 p.m.