Learn R Programming

strvalidator (version 1.3.0)

plotDistribution_gui: Plot Distribution

Description

plotDistribution_gui is a GUI simplifying the creation of distribution plots.

Usage

plotDistribution_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

Plot the distribution of data as cumulative distribution function or probability density function. First select a dataset, then select a group (if any), finally select a column to plot the distribution of. It is possible to overlay a boxplot. Various smoothing kernels and bandwidths can be specified. More info on kernels and bandwidth: http://www.inside-r.org/r-doc/stats/density 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.