You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear dev,
It appears that the code below invoked before plot.nn() would have no effect on the font family and style, and the only customizable parameter is fontsize that must be set via plot.nn(). Is this by design, or am I missing anything? Thank you.
par(
family = "Consolas",
font = 2, # 2 refers to bold face, for text
font.lab = 2, # for x-y labels
font.main = 2, # for main titles
font.sub = 2, # for subtitles
font.axis = 2
)
The text was updated successfully, but these errors were encountered:
Dear dev,
It appears that the code below invoked before
plot.nn()
would have no effect on the font family and style, and the only customizable parameter isfontsize
that must be set viaplot.nn()
. Is this by design, or am I missing anything? Thank you.The text was updated successfully, but these errors were encountered: