Hi, nameless querent, It's important to tell us where you got your function from. In this case, I'm assuming that you are using pairs.panels() from the psych package.
Looking at the help for that function, I see, in the arguments section: … other options for pairs Which means that if you don't see a configuration option you want directly, you should look at the help for pairs(). I admit, that if you don't already know that cex controls font size, the help for pairs that says, cex.labels, font.labels: graphics parameters for the text panel. might not enlighten you, but if I understand your question, cex.labels is what you're looking for. ?par gives (possibly) more insight into controlling base graphics. Sarah On Tue, Nov 19, 2019 at 8:47 AM Medic <mailipadp...@gmail.com> wrote: > > Point me, please, the parameter for changing the font size for the > variable name in pairs.panels () > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Sarah Goslee (she/her) http://www.numberwright.com ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.