I have a boxplot that looks like this:
My x axis has 2 variables (0 and 1) which I want to rename "Low" and "High" respectively but I just can't seem to find the code for this.
This is the code I used for the boxplot: data$meansplit is the vector on the x axis I want to rename
boxplot(data$threshold_SDT ~ data$meansplit)
2.1m questions
2.1m answers
60 comments
57.0k users