Sorry about the basic nature of the question. For APA guidelines, I need to italicize the label after the words Figure 5. I'd appreciate it if someone could address this in the following way where the italics command goes, so that only the male and female KP are italicized. Thank you
boxplot(KP, xlab = "Figure 5: Male and Female KP",
ylab = "Median % & IQR", main = "Median and IQR for Male and Female",
ylim = c(50,100))
I tried numerous commands within the code above but was going around in circles