df <- datana::fishgrowth
xyboxplot(x=df$length,y=df$scale)
xyboxplot(x=df$length,y=df$scale,col.dots = "red",
xlab="Variable X")
xyboxplot(x=df$length,y=df$scale,xlab="Variable X")
xyboxplot(x=df$length,y=df$scale,xlab="Variable X",
transp.dots = 0.4)
xyboxplot(x=df$age,y=df$length,try.x.ascategory = TRUE)
Run the code above in your browser using DataLab