Learn R Programming

strvalidator (version 2.2.0)

plotCapillary_gui: Plot Capillary Balance

Description

GUI simplifying the creation of plots from capillary balance data.

Usage

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

Arguments

env

environment in which 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.

parent

widget to get focus when finished.

Value

TRUE

Details

Select a dataset to plot from the drop-down menu. Plot capillary balance as a dotplot, boxplot or as a distribution. Automatic plot titles can be replaced by custom titles. A name for the result is automatically 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.