Hi List, here I go again. Well I need to save plotted objects as .eps using the postscript() function, well I can do that but all resulting object are perfect squared dimensions (x = y). I need a rectangular output something like x = 2y dimension. Is it possible? The Im new to R and postscript image format!
Im doing this postscript('ClusterWardBC.eps',setEPS(),bg='white') plot(WardBC,which.plots=2,main='Living Fauna') dev.off() and I got the square image I tried this to solve postscript('ClusterWardBC.eps',setEPS(width=600,height=300),bg='white') plot(WardBC,which.plots=2,main='Living Fauna') dev.off() and I got and output but any software or printer can handle it. So its useless. Any ideas?! Ps.: The plotted object is a cluster tree, but it also occurs with other plots Ive done. Thank you for the attention. ___________________________________ MSc. <mailto:[EMAIL PROTECTED]> Rodrigo Aluizio Centro de Estudos do Mar/UFPR Laboratório de Micropaleontologia Avenida Beira Mar s/n - CEP 83255-000 Pontal do Paraná - PR - BRASIL [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.