Displaying 1 result from an estimated 1 matches for "title_plot".
Did you mean:
tileplot
2006 Aug 10
1
How to speed up nested for loop computations
...print(res4)
bestalgo<-rbind(bestalgo,res4)
}
}
}
epsfile=paste(linstance[i],"_100_lim.eps",sep="")
postscript(file=epsfile,onefile=TRUE,horizontal=TRUE)
l<-split(bestalgo$best,list(bestalgo$idalgo))
par(mar=c(5,5,5,3),cex.axis=0.7,las=2,mgp=c(4, 1, 0))
title_plot=paste("100 iterations - instance ",linstance[i],sep="")
boxplot(l,xlab="",ylab="% distance from best known solution",names=c
(levels(bestalgo$idalgo)),main=title_plot,ylim=c(0,0.5))
dev.off()
epsfile=paste(linstance[i],"_100_nolim.eps",sep=&quo...