u.boxplot.x | R Documentation |
Return the x-coordinates in an ‘n-way’ side-by-side boxplot. This is an auxiliary function and exists mainly for backcompatibility with S-plus.
u.boxplot.x(n, j = 1:n, fullrange = 100)
n |
number of boxplots. |
j |
indices of boxplots. |
fullrange |
x-coords as 'uniform' in |
a numeric vector of length n
, with values inside (0,M)
where
M =
fullrange
.
Martin Maechler
boxplot
.
u.boxplot.x(7) # == 8.93 22.62 36.3 ... 91.07
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.