plotPrecision_gui: Plot Precision
Description
plotPrecision_gui
is a GUI simplifying the creation of plots from precision data.Usage
plotPrecision_gui(env = parent.frame(), savegui = NULL, debug = FALSE,
parent = NULL)
Arguments
env
environment in wich to search for data frames.
savegui
logical indicating if GUI settings should be saved in the environment.
debug
logical indicating printing debug information.
parent
widget to get focus when finished.
Details
Plot precision data for size, height, or data point as dotplot or
boxplot. Plot per marker or all in one. Use the mean value or the allele
designation as x-axis labels.
Automatic plot titles can be replaced by custom titles.
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.