Does anybody know how to embolden the x and y axis labels (“Single sample” and “Value axis”) in an R boxplot?
This is what my boxplot looks like:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using this example data:
There are several ways. One is to use
?plotmathfunctionality and theplotmath“function”bold()in an expression:or, similarly
Another way is to leave the titles off the plot and then add them with the
title()function using the bold font:We need graphical parameter
font.labas this is the parameter that controls the axis labels. Read the entries in?parfor more info.