Using avplot
in rStudio I created an Added Variable Plot.
I tried to change the name of the x-axis of the separate plots but can't figure out how to change them separately (so that every plot has the correct labelling of the x-axis).
Using xlab
I could only change all of them at the same time with the same name.
My goal is to change the df$bis11_survey.Attention
into "Attention" and so on.
I don't want to rename them in the data frame, only in the plot if thats's possible.
I added a screenshot of the plot
What command could I use that would let me change them separately?