I had a R script for 1.9.0. installed on PC that worked fine for saving
series of graphs :
for (i in 0:noseq) {
##generate graphics block here
fsave<-paste("graph_foo_",i,sep="");
savePlot(filename=fsave,type="pdf");
close.screen(1,all.screen=TRUE);
dev.off();
}
When I tried it on Xserve with R 1.9.0 implemented with OS X 10.3.5, I have
got error message that savePlot() function is unknown. Is there a remedy
for that?
I tried postcript(filename,onefileFALSE) instead of savePlot() and got
files with headers but no graphics..
If the script is run from command line, the graphic output goes
automatically into Rplots.ps file with multiple pages. Is there any way to
force R in this mode to split the pages of this output into individual
files? (I am saving lots of graphs and dealing with them in one file is
cumbersome).
Sorry, I am not yet as educated in R options as I would like to be :-))
Dr. Petr Pancoska
Department of Pathology
SUNY Stony Brook, NY 11794
phone: (631)-444-3030
******************************************************************************
This e- mail message, including any attachments,
is for the sole use of the intended recipient(s) and may
contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender
by e-mail and destroy all copies of the original.
******************************************************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Scitech mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden