1

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.

image

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)
Shayan Shafiq
  • 1,447
  • 5
  • 18
  • 25
Winnie
  • 11
  • 2
  • 1
    Please [edit] your question to include the full source code you have and add the programming language as a tag to your question you are using. – Progman Feb 11 '21 at 17:57

0 Answers0