Learn R Programming

IdMappingAnalysis (version 1.16.0)

JointUniquePairs$boxplotdataJitter: Plot a set of points representing the density distribution of a data set

Description

Plot a set of points representing the density distribution of a data set.

Usage

## Static method (use this): ## JointUniquePairs$boxplotdataJitter(y, round, verbose=FALSE, ...)
## Don't use the below: "boxplotdataJitter"(static, y, round, verbose=FALSE, ...)

Arguments

y
numeric vector representing a data set.
round
If TRUE (default), then use rounding to reduce the amount of redundant plotting
verbose
If TRUE enables diagnostic messages. Default is FALSE.
...
Additional graphical parameters

Value

A data.frame with two columns 'x' and 'y' which can be used to overlay the box plot with density distribution using plot(x,y)

See Also

For more information see JointUniquePairs.