I am using Sweave and knitr together with <<dev="tikz">>=
for figures. For simplicity, I first will try to explain my problem without providing a minimal working example:
I am using the command acf
for plotting an autocorrelation function and want to change the font of the main title to e.g. font.main=1
. I looked up the documentation which tells me that additional arguments of acf
are the same as for plot.acf
, which in turn uses the same as plot
. Therefore I think font.main
should work for acf
as good as it does for plot
. Unfortunately, adding an additional parameter for font.main
in acf
has no effect on the font of the main title. However, in plot
this works fine. What is wrong here?