Relative Content

Tag Archive for rplotfont-sizefont-style

Font size and font styles in R plots (with R base plotting)

I am struggling to find a way to change font style and font size of figures in R. I want all text in the figure in Arial 12. I frequently use cex command for increasing and decreasing font but for now I want 12 font size specifically. I am not using any specialized plotting package and just using R base plotting functions, like plot().