boostedBoxplot: Boosted Boxplot

Description Usage Arguments Value

Description

Add useful features to R classical boxplot

Usage

1
2
3
boostedBoxplot(y, x, main = "", labx = NULL, laby = NULL, plot.mean = T,
  text.freq = T, las = 1, ylim = c(0, 0), limitVisibleModalities = 30,
  decreasing = NULL, dynamic = F)

Arguments

y

a numeric vector.

x

a factor vector.

main

the title of the graphic.

labx, laby

character, labels of the axis.

plot.mean

a boolean to indicate whether the mean value of y must be plotted for each x category.

text.freq

a boolean to indicate whether the x categories frequencies must be drawn on boxes.

las

1 or 2 to indicate whether the x-axis labels must be respectively horizontal or vertical.

ylim

a vector of 2 numeric values to indicate the range of y-axis. Example : c(0,1).

limitVisibleModalities

an integer to indicate the number of categories to retain for the x variable. If the number of categories is higher than limitVisibleModalities, only categories presenting the highest and the lowest y median values are plotted.

decreasing

a boolean indicating whether categories order on x-axis according to their corresponding median y value.

dynamic

a boolean. If TRUE, an AmChart is return and the parameters plot.mean and test.freq are ignored.

Value

If dynamicity is TRUE it returns an object of class AmChart, else it returns a classical boxplot result list.


sambaala/boostedBoxplot documentation built on May 29, 2019, 1:01 p.m.