Displaying 1 result from an estimated 1 matches for "tdr75".
2006 Apr 19
2
par(tmag) question
Dear list,
I'm trying to understand the graphical parameters by a systematic exploration
of the par() function (if you are interested by the result it's here
http://pbil.univ-lyon1.fr/R/fichestd/tdr75.pdf, the comments are all in
french but it's pure R code under Sweave).
I have a problem with par(tmag) illustrated by the following code:
###################################################
par(mfrow = c(2, 2))
for(tmag in seq(from = 0.5, to = 2, length = 4)){
par(tmag = tmag)
plot(0,...