plotGroups_gui {strvalidator} | R Documentation |
Plot Empirical Cumulative Distributions
Description
GUI simplifying the creation of empirical cumulative distribution plots.
Usage
plotGroups_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. |
Details
Plot the distribution of data as cumulative distribution function for multiple groups. First select a dataset, then select columns to flat, group, and plot by. For example, if a genotype dataset is selected and data is flattened by Sample.Name the 'group by' and 'plot by' values must be identical for all rows for a given sample. Automatic plot titles can be replaced by custom titles. Group names can be changed. A name for the result is automatically suggested. The resulting plot can be saved as either a plot object or as an image.
Value
TRUE