Learn R Programming

strvalidator (version 1.3.0)

plotBalance_gui: Plot Balance

Description

plotBalance_gui is a GUI simplifying the creation of plots from balance data.

Usage

plotBalance_gui(env = parent.frame(), savegui = NULL, debug = FALSE)

Arguments

env
environment in wich to search for data frames and save result.
savegui
logical indicating if GUI settings should be saved in the environment.
debug
logical indicating printing debug information.

Value

  • TRUE

Details

Select a dataset to plot and the typing kit used (if not autodetected). Plot heterozygote peak balance versus the average locus peak height, the average profile peak height 'H', or by the difference in repeat units (delta). Plot inter-locus balance versus the average locus peak height, or the average profile peak height 'H'. Automatic plot titles can be replaced by custom titles. The gender marker can be excluded. It is possible to plot logarithmic ratios. A name for the result is automatiaclly suggested. The resulting plot can be saved as either a plot object or as an image.

See Also

http://docs.ggplot2.org/current/ for details on plot settings.