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

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
3
4
5
6
## Static method (use this):
## JointUniquePairs$boxplotdataJitter(y, round, verbose=FALSE, ...)

## Don't use the below:
## S3 method for class 'JointUniquePairs'
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)

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see JointUniquePairs.


IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.