Boxplot with points
boxplot_points.Rd
Boxplot with points
Usage
boxplot_points(
x = NULL,
f = NULL,
col = NULL,
amount = 0.2,
adj.col = 1,
pch = 16,
cex = 0.6,
ylim = NULL,
file = NULL,
width = 180,
height = 180,
units = "mm",
res = 300,
image_format = "png",
...
)
Arguments
- x
values
- f
factor to split the values
- col
color palette. Equal in length to levels(f)
- amount
amount of jitter
- adj.col
color adjustment
- pch
point pch
- cex
cex
- ylim
ylim
- file
output file
- width
image width
- height
image height
- units
image units
- res
image resolution
- image_format
png or jpeg
- ...
further argument to boxplot