Re: [R] Changes in code_plot

2017-10-26 Thread Bert Gunter
You are using R's traditional graphics engine. All of your queries are answered by ?par (where, for example, you can set plot size) and ?plot.default (where, for example, you can change font sizes, e.g. via cex). Reading the graphics sections in the "Introduction to R" tutorial that ships with R w

[R] Changes in code_plot

2017-10-26 Thread Lara Dutra Silva
Hello, I am trying to change some aspects in this code. plot(proj90PT$Acacia_EMmeanByTSS_mergedAlgo_mergedRun_mergedData, main= "Present", xlab ="x", ylab="y", cex.main=1.25, cex.lab=1.2, cex.axis=0.75, family = "arial") How can I change - font. I try family "arial" - size (exemple 14) of m