1.在通过调整我的plot窗口大小后怎样保存窗口的大小与设置
2.如何利用上述1中的大小设置等参数来设置plot窗口大小
最近论文要用到画图,但是好像plot默认的是一种图大小,想利用上述1和2通过手动设置一个画图模板,以后每次调用就可以了
2.如何利用上述1中的大小设置等参数来设置plot窗口大小
最近论文要用到画图,但是好像plot默认的是一种图大小,想利用上述1和2通过手动设置一个画图模板,以后每次调用就可以了
<br />
?pdf<br />
pdf package:grDevices R Documentation(latin1)<br />
<br />
PDF Graphics Device<br />
<br />
Description:<br />
<br />
'pdf' starts the graphics device driver for producing PDF<br />
graphics.<br />
<br />
Usage:<br />
<br />
pdf(file = ifelse(onefile, "Rplots.pdf", "Rplot%03d.pdf"),<br />
width, height, onefile, family, title, fonts, version,<br />
paper, encoding, bg, fg, pointsize, pagecentre, colormodel,<br />
useDingbats, useKerning)<br />
<br />
width, height: the width and height of the graphics region in inches. <br />
The default values are '7'.<br />