Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

so I have run into an issue when trying to generate plots of a tukey test i have run on my data. Using the following code: plot(tuk.cld, las=1, col="brown", main="PPL20X10 G Dil", cex.main=.8, labels=FALSE)

I get this figure. Boxplot of tukey test

I would like to change the x axis label, but when I try the xlab function i get the following error message

"Error in boxplot.formula(y ~ x, data = dat, xlab = xn, ylab = yn, ...) : formal argument "xlab" matched by multiple actual arguments" and I am unsure how to proceed.

Additionally, I would Like to change the labels on the x-axis from "0:0" to "Control" and so on, does anyone know how to do this?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
5.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...