[R] Alternate looping

2009-01-06 Thread Luis Ridao Cruz
R-help, I'm using the for control flow to graph plots continuously: par(mfrow=c(3,5), mar=c(0.6,.2,1.2,.2),yaxt=n,xaxt=n) for(j in 1:11) { for(i in 1:15) { species - spAldur[spAldur$ar == 1993+i spAldur$aldur == j,] plot(spec...@coords[,1], spec...@coords[,2], xlim=c(-10,-3.5),

Re: [R] Alternate looping

2009-01-06 Thread Patrick Connolly
On Tue, 06-Jan-2009 at 04:27PM +, Luis Ridao Cruz wrote: | R-help, | | I'm using the for control flow to graph plots continuously: | | par(mfrow=c(3,5), mar=c(0.6,.2,1.2,.2),yaxt=n,xaxt=n) | for(j in 1:11) | { | for(i in 1:15) | { | | species - spAldur[spAldur$ar == 1993+i