boxplot_blue: Boxplot_blue

Description Usage Arguments See Also Examples

View source: R/boxplot_blue.R

Description

boxplot_blue uses the boxplot function with default colour blue

Usage

1

Arguments

x

for specifying data from which the boxplots are to be produced. Etiher a numeric vector, or a single list containing such vectors.

...

other arguments to be passed to plot function such as graphical parameters

See Also

hist_blue, plot_blue, boxplot

Examples

1
2
3
## boxplot on a data frame:
par(las = 1) # all axis labels horizontal
boxplot_blue(mydata, main = "boxplot(*, horizontal = TRUE)", horizontal = TRUE)

Stattie/BluePlotting2 documentation built on May 24, 2019, 12:35 a.m.