Displaying 2 results from an estimated 2 matches for "monireh".
Did you mean:
mongrel
2007 Mar 07
5
How to open more windows to make more graphs at once!
...e the obtained graphs (seven graphic windows) as jpeg files (e.g. plot1.jpeg, plot2.jpeg and so on). As I have 45 dataset like this it would be great if somebody can help me to complete this script to do all together for a dataset using a script.
Thank you very much in advance for your cooperation,
Monireh
windows(9,9)
par(mfrow = c(3,4))
for( i in levels(test$stname)[1:12])
{
data<- test[test$stname==i,]
xx <- c(1:length(data$upper), length(data$upper):1)
yy <- c(data$upper, rev(data$lower))
zz<- data$observed
tt<- data$Best_Sim
par(lab =c(10,15,2))
plot.jpeg<- plot(xx,yy...
2007 May 09
1
How to read several text files at once!
...C file separately. The main problem
is that I do not know how to read several text files and how to use those
files to make C files and afterwards C-sum files. I would be gratful if somebody can help me to write a short script to do all together.
Thank you very much in advance for your cooperation,
Monireh