Skip to main content
Print this chapter
Boxplots in Base R
R base box plots: boxplot()
Change group names
boxplot
(
len
~
dose
,
data
=
ToothGrowth
,
frame
=
FALSE
,
names
=
c
(
"D0.5"
,
"D1"
,
"D2"
))