When I export a graphic into a windows metafile, import that file into a
Word document, the width of the character of my title isn�t uniform anymore.
The only way I found for solving this problem is to use the courier font,
but I would like to use a font like (font.main=1). Does anybody know about
that problem?

 

obs<-matrix(scan("D:\\.....)

win.metafile(filename = "D:\\....wmf", width = 5.7, height = 8.8, pointsize
= 12)

 

par(mfrow=c(3,1))

 

        plot(obs[,3][1:5],obs[,5][1:5], main="Abgewiesene Kunden in % des
Dynamikgrades",cex.main=1.25)

 

plot(obs[,3][1:5],obs[,6][1:5], main="Wegstrecke",cex.main=1.25)

 

        plot(obs[,3][1:5],obs[,7][1:5],main="Versp�tung",cex.main=1.25)

     

dev.off()

 

 

 

 

Thanks Andreas 

 

 

 

 

 


        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to