Description Usage Arguments Value Author(s) See Also Examples
Draw a basic boxplot (without title and x/y labs) based on a given set of matches from the JointUniquePairs object and auxiliary data (response.data) from another data type. Reused for example within the corrboxplot() and mixture.boxplot() by providing specific response.data to this function and adding the title and x/y labels after the basic plot is complete
1 2 |
response.data |
The |
args |
Optional |
showNone |
If not |
multiline |
If |
plot |
if |
group.gap |
Extra gap between boxplot groups. Default is 0.3. |
cex |
Plot symbols font size. Default is 1. |
cex.main |
Main title font size. Default is 1.2. |
cex.lab |
X and Y titles font size. Default is 1. |
cex.axis |
X and Y axis labels font size. Default is 1. |
srt |
Match group label orientation (see par('srt')). The default is 0. |
adj |
|
par.zoom |
Graphics parameters zoom factor. Scales the graphical parameters like cex, lwd, mai etc. |
addPoints |
If |
col.points |
The color of the data points plotted along with a particular box. |
allAgree |
The text plotted for a compaund group corresponding to intersection of all match groups. |
... |
Additional graphical parameters |
The data structure with following components:
boxdata |
Same as for boxplot in graphics package. |
response.grouped |
Input data grouped by matches. |
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.