powered by
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)
number of boxplots.
indices of boxplots.
x-coords as 'uniform' in \([0,fullrange]\); (f.=100, corresponds to Splus 3.x (x = 1,2)).
a numeric vector of length n, with values inside \((0,M)\) where \(M = \) fullrange.
n
fullrange
boxplot.
boxplot
# NOT RUN { u.boxplot.x(7) # == 8.93 22.62 36.3 ... 91.07 # }
Run the code above in your browser using DataLab