Description Usage Arguments Note Author(s) References See Also Examples
boxplot2D computes summary statistics of a one dimensional projection of a two dimensional data set and plots a sloped boxplot of the statistics into the scatterplot of the two dimensional data set.
1 2 3 |
xy |
|
add.to.plot |
if |
box.size |
height of the box (of the boxplot) |
box.shift |
shift of boxplot perpendicular to the projection direction |
angle |
direction of projection in units defined by angle.type |
angle.type |
|
tukey.style |
if |
coef.out |
outliers are values that are more than
|
coef.h.out |
heavy outliers are values that are more
than |
design |
if |
na.rm |
if TRUE 'NA' values are removed otherwise exchanged by mean |
... |
additional graphical parameters |
version 08/2003
Peter Wolf
Tukey, J. Exploratory Data Analysis. Addison-Wesley, 1977.
1 2 3 4 5 6 7 |
Loading required package: tcltk
Warning message:
no DISPLAY variable so Tk is not available
Warning messages:
1: In d.xy.mm.s/(d.xy.mm.s %*% d.xy.mm.s)^0.5 :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
2: In d.xy.s.mm/(d.xy.s.mm %*% d.xy.0.s) :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
Warning messages:
1: In d.xy.mm.s/(d.xy.mm.s %*% d.xy.mm.s)^0.5 :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
2: In d.xy.s.mm/(d.xy.s.mm %*% d.xy.0.s) :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
Warning messages:
1: In d.xy.mm.s/(d.xy.mm.s %*% d.xy.mm.s)^0.5 :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
2: In d.xy.s.mm/(d.xy.s.mm %*% d.xy.0.s) :
Recycling array of length 1 in vector-array arithmetic is deprecated.
Use c() or as.vector() instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.